Skip to content
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

[BUG] registerSchema behavior is really confusing #25866

Closed
lmazuel opened this issue Dec 7, 2021 · 0 comments
Closed

[BUG] registerSchema behavior is really confusing #25866

lmazuel opened this issue Dec 7, 2021 · 0 comments
Assignees
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

Comments

@lmazuel
Copy link
Member

lmazuel commented Dec 7, 2021

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.

@lmazuel lmazuel added Client This issue points to a problem in the data-plane of the library. Schema Registry Docs Bug Bash Issues originating from the Documentation Bug Bash labels Dec 7, 2021
@ramya-rao-a ramya-rao-a added this to the [2022] February milestone Jan 12, 2022
conniey added a commit to conniey/azure-sdk-for-java that referenced this issue Dec 4, 2023
@conniey conniey closed this as completed in b4d191a Dec 4, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants