Is possible to use avro serialised Kafka message in Kafka EventSource? #3066
Unanswered
dekrevedko
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
-
Looks like schema registry is available only in Kafka Sensor/Trigger, what about EventSource?
Context: I have Kafka topic with avro schema, and I want to trigger workflow if the message met some criteria.
It's works perfect with json serialised message, but unfortunately can't figure out how make it work with avro serialised message.
Beta Was this translation helpful? Give feedback.
All reactions