Proof of concept for integration of Spring Boot application with Kafka and Schema Registry.
- Startup Kafka and Schema Registry
docker-compose up
- Startup service
./greadlew bootRun
- Send message
curl --silent -X GET http://localhost:8080
To check currently registered schemas go to http://schema-registry-ui.local