How to consume messages using AvroDeserializer #564
Unanswered
shahabganji
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@shahabganji, did you resolve this? :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a web application and I want to have a consumer there, deserializing messages and storing them to the database.
Here is how I have configured KafkaFlow:
and this is my handler:
and here is the
Customer
class:and the
Address
class:I checked out the sample for the schema registry, and I could not point out what is wrong with my code, also nothing is printed on the console when running the application, it is a Web API application.
Any help is highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions