-
-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Issue submitter TODO list
- I've looked up my issue in FAQ
- I've searched for an already existing issues here
- I've tried running
main
-labeled docker image and the issue still persists there - I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
Schema Registry is configured and showing. Messages in the topic are correctly deserialized, but the schema registry option does not show in the "produce message" window in the ui.
Expected behavior
SchemaRegistry should appear as an option for "Value Serde" in the produce message window.
Your installation details
Kafbat helm install on k8s chart version kafka-ui-1.5.1
K8s version 1.32.4
Kafka version 3.2.3
Schema Registry version 7.5.2
Steps to reproduce
yamlApplicationConfig:
kafka:
clusters:
- name: kafka
bootstrapServers: kafka-kafka-bootstrap:9094
properties:
"security.protocol": SASL_PLAINTEXT
"sasl.mechanism": SCRAM-SHA-512
"sasl.jaas.config": org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";
schemaRegistry: http://kafka-schema-registry:8081
auth:
type: disabled
management:
health:
ldap:
enabled: false
dynamic.config.enabled: true
Screenshots

Logs
No response
Additional context
No response