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

fix(schema): fallback in case of subject matching the schema id but not the topic name #1820

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

AlexisSouquiere
Copy link
Collaborator

Fix #1795

When searching a subject by the schema id, there are possibly multiple matches. A topic parameter was added to return a subject that matches the topic name (TopicNameStrategy). But if there were no match with the topic name, null was returned. This fix returns the first subject that matches the schema id even if there is no match for the topic name

@tchiotludo tchiotludo merged commit ef7aa28 into tchiotludo:dev Jun 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Error displaying schemas in topics with different names [0.25.0]
2 participants