- Configure your connection with Apache Kafka in application.properties file.
- Produce some messages using endpoint GET /produce/{id}.
- Consumer is started automatically when application is UP.
- This repository contains avro-tools-*.jar and the *.avsc file, so you can generate a new Customer.java from Avro file.
mfjunior/springkafka-schemaregistry
Sample application showing how to produce and consume with schema registry
Java