[BUG] registerSchema behavior is really confusing #25866
Labels
Client
This issue points to a problem in the data-plane of the library.
Docs Bug Bash
Issues originating from the Documentation Bug Bash
Schema Registry
Milestone
If I register twice the same schema on the same name, I get no error and I get the same ID.
But if I change the schema, and register the same name, I get a new ID. But I can still access the old one and get the old schema (assuming I saved that ID).
It seems it's neither like KeyVault where you can get a specific version, neither like regular DB where you overwrite things.
How do I get the list of schema I registered into the same name? Is that even possible? I don't see any list operations.
That's more a feedback on the service that on Java.
The text was updated successfully, but these errors were encountered: