An open API service indexing awesome lists of open source software.

https://github.com/gekalogiros/kafka-avro-producer-example

Kafka Avro producer (json, pojo)
https://github.com/gekalogiros/kafka-avro-producer-example

avro avro-producer java kafka kafka-avro-producer producer schema-registry-client

Last synced: 8 months ago
JSON representation

Kafka Avro producer (json, pojo)

Awesome Lists containing this project

README

          

# 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
```