kcat icon indicating copy to clipboard operation
kcat copied to clipboard

Avro (serdes) support for Producer mode

Open whatsupbros opened this issue 3 years ago • 2 comments

kafkacat is a great tool, and allows you to consume messages from a topic in Avro using serdes:

./kafkacat -b localhost:9092 \
-s value=avro \
-r http://localhost:8081 \
-t my-topic \
-o beginning \
-K : \
-C

But support of Avro (or serdes) for the Producer mode is also needed:

./kafkacat -b localhost:9092 \
-s value=avro \
-r http://localhost:8081 \
-t my-topic \
-K : \
-P

% ERROR: -s serdes only available in the consumer

whatsupbros avatar Mar 18 '21 09:03 whatsupbros

+1

franziskakuehn avatar Apr 12 '21 18:04 franziskakuehn

+1

fortislee avatar Nov 10 '21 07:11 fortislee