Replies: 1 comment 8 replies
-
Hi, you can specify
cluster:
In your case you've tried to use serde property on cluster property level. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a problem with Serde, most likely related to the names of my Schema Registry.
My schema registry is well configured in the Kafka UI, it shows up correctly on the left side bar, and it's also visible under "Value Serde" on the topic screen.
However, it doesn't seem to be working; I get a tooltip saying "Fallback serde was used", but there's no error in the console.
Unfortunately, my topics aren't using the TopicRecordNameStrategy, and it's not feasible to modify them.
In practice, for instance, I have the topic "contract" and its corresponding subject "avrocontractevent". The naming format is thus "avro[TOPIC]event". For your information, my schemas are correct and are being used by applications.
My configuration is as follows:
I tried using
schemaNameTemplate
, but to no avail. Do you see any issues with this configuration, or have any leads to explore?Thank you for your assistance.
PS: I'm using docker image
provectuslabs/kafka-ui:latest
Beta Was this translation helpful? Give feedback.
All reactions