This example demonstates working of Apache Kafka Messaging in Quarkus Application.(Single service)
- Run command "mvn quarkus:dev"
- Open POSTMAN select method POST.
- Use URL -> http://localhost:8080/addShow
- Request body -> { "title":"Attack on titan", "year":2013 }
- View the response on Terminal.