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
Currently, we're showing users a list of "schema registry environments" to choose from. They are fetched from the endpoint getEnvsForSchemaRequests.
We're now theoretically able to use "topic environments" here because the kafka envs are matched to the schema registry. This requires a backend change as well as a frontend change.
The current implementation is working well, so it's not an urgent issue.
The text was updated successfully, but these errors were encountered:
What happened?
Currently, we're showing users a list of "schema registry environments" to choose from. They are fetched from the endpoint
getEnvsForSchemaRequests
.We're now theoretically able to use "topic environments" here because the kafka envs are matched to the schema registry. This requires a backend change as well as a frontend change.
The current implementation is working well, so it's not an urgent issue.
The text was updated successfully, but these errors were encountered: