Replies: 3 comments
|
Related: |
0 replies
These validators in their current form are highly specific to Cobra APIs. We could pull them into the SDKs but simplified a bit (there would be no need to pass an |
0 replies
I think that the error helpers are specific to the CLI and probably the currently returned error is enough for the client to handle it in its own way. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi
I have noticed that we have some of the validation functions nicely organized in the kafka/registry folders.
It will be good if we actually make them part of the SDK for others to reuse - like kafka name/registry name etc.
Same could be good for status code/error code mappings etc.
All reactions