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

Expect Schema Registry List Schemas API to be absent and fetch schemas using other available APIs #860

Open
rohitsanj opened this issue Jan 7, 2025 · 0 comments · May be fixed by #864
Open
Assignees

Comments

@rohitsanj
Copy link
Contributor

All SRs are not built equal, the WarpStream SR API does not support the List Schemas endpoint (for good reason).

We need to handle cases where the list schemas API is not available, and instead construct this using 1 + N API calls to GET /subjects and then GET /subject/{subject}/metadata on each subject.

It is currently only used in one place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant