How to produce messages with avro serde?.. #3355
-
Hi, I'm trying to produce messages with avro serde, but there is no option for avro like this, Currently I'm using docket images with tag 'master' and in Topics - Messages section, I see Key/Value Serde have SchemaRegistry option when i produce messages with String serde, my connectors are into failed task with
is there somethin I missed?... P.S |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
hi, i have a same issue |
Beta Was this translation helpful? Give feedback.
-
Hello not sure if this is related but I am currently running v0.6.1 And I am still not getting Avro msg properly preview-ed |
Beta Was this translation helpful? Give feedback.
-
And this is how it looks like from the Schema Registry side Thanks for taking the time :) |
Beta Was this translation helpful? Give feedback.
@HyundeokPark yes, you are right
kafka-ui only supports
TopicNameStrategy
for serialization now (see doc).We are planning to add other policies in the future