-
-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Issue submitter TODO list
- I've searched for an already existing issues here
- I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
Hi everybody,
this is my first issue so please be kind :). Im not sure whether this is a bug or a feature request, but to me this feels more like extending the compatiblity of Kafka UI rather than fixing a bug.
As for my request:
When using Kafka UI with WarpStream’s Schema Registry, the Schema Registry tab fails to load consistently.
Kafka UI throws an exception indicating that the response content type returned by the Schema Registry is not supported, even though WarpStream documentation states that the Schema Registry is Confluent protocol compatible.
The Kafka UI log shows:
org.springframework.web.reactive.function.client.WebClientResponseException:
200 OK from GET http://localhost:9094/config, but response failed with cause:
org.springframework.web.reactive.function.UnsupportedMediaTypeException:
Content type 'application/vnd.schemaregistry.v1+json' not supported for
bodyType=io.kafbat.ui.sr.model.CompatibilityConfig
Describe the feature you're interested in
Kafka UI should successfully parse and display the Schema Registry configuration and schemas when using a Confluent-compatible Schema Registry implementation.
Describe alternatives you've considered
No response
Version you're running
Additional context
No response