You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 thenGET /subject/{subject}/metadata
on each subject.It is currently only used in one place.
The text was updated successfully, but these errors were encountered: