-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GetSubjectVersion to schema registry api #74
Comments
ivank
added a commit
to ovotech/bit-node-tools
that referenced
this issue
Apr 5, 2021
Its not really used in castle / avro-kafkajs, but we better add it for the spirit of completness. Also it was requested by some folk. ovotech/castle#74
ivank
added a commit
to ovotech/bit-node-tools
that referenced
this issue
Apr 6, 2021
Its not really used in castle / avro-kafkajs, but we better add it for the spirit of completness. Also it was requested by some folk. ovotech/castle#74
Merged
@ivank thanks for the quick turnaround. |
Well that's what the endpoint returns, You should be able to call |
That works, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, in your current api you have
getSubjectVersionSchema
which maps toGET /subjects/:subject/versions/:version/schema
but I'm missing agetSubjectVersion
which maps toGET /subjects/:subject/versions/:version
, this gets back the schema id (in addition to the schema string) which will be very helpful to me. Thanks.The text was updated successfully, but these errors were encountered: