Skip to content

gekalogiros/kafka-avro-producer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Avro Producer

Example code showcasing how to push avro messages to Kafka. The avro message can be either pure data, json or an autogenerated pojo created with the maven avro plugin.

Start Kafka cluster and schema registry

docker-compose up