schema-registry
schema-registry copied to clipboard
Lookup global schema id
We would like to have a way to get the global id of a schema when we submit a schema string. Is there a method for this?
Currently you have to pass a subject as well as the schema
https://docs.confluent.io/platform/current/schema-registry/develop/api.html#post--subjects-(string-%20subject)
Thank you for your answer.
Would it be possible to introduce such a method? We would like to display for which subjects the schema string is registered. In our opinion, this is not directly possible with the current methods and for GET /schemas/ids/{int: id}/versions we need the global id. Hence the question about the new method.
Hi @rayokota
I added an example implemation for the endpoint we need. Feedback would be highly appreciated.
@rayokota - Friendly reminder
Let me know if there’s anything more I can help with to keep things moving smoothly.