Demo of spring boot and spring kafka
mvn clean test
docker-compose up
mvn spring-boot:run
curl -X POST http://localhost:8080/events -H 'content-type: application/json' -d '{"quantity": 2}'
curl -X POST http://localhost:8080/logs -H 'content-type: application/json' -d '{"quantity": 2}'