How to use selfdefined Avro Deserializer #1671
Unanswered
Dapengsechs
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
-
Hello everyone,
My question is how to use selfdefined Avro Deserializer in AKHQ. Because with the default KafkaAvroDeserializer the messages are not deserialized correctly. For Example in the kafka consumer we need to define our own Deserializer
in ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG.
In doc https://akhq.io/docs/configuration/avro.html it's quite hard to understand in one side, in other side, I don't know if it's what I need. For example, where do I put the /app/avro_schemas folder and avrc files?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions