Kafka-UI with Avro - can't view messages due to "Fallback Serde was used" #4469
Unanswered
DavidBerryUK
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am learning Kafka along with Kafka-UI, and while everything is mostly going well, I am encountering an issue with viewing messages encoded in AVRO format in Kafka-UI. Instead of seeing the correct message, I get a garbled one along with the message 'Fallback Serde was used'. Despite this, the schemas do seem to be present within Kafka-UI.
I have followed instructions from various sites and forums, but any tweak I make either breaks the schema connection or results in no improvement. Many of the connection configuration suggestions I have found seem to be invalid or meant for other drivers.
I suspect that the issue lies in registering the Avro converter with Kafka-UI, but I am not sure how to do this. Any help would be greatly appreciated.
Topic Message View within Kafka-UI
Schema view within Kafka-UI
docker-compose.yml
Connector configuration
Beta Was this translation helpful? Give feedback.
All reactions