request-response kafka example
docker-compose up -d --scale kafka=3 zookeeper kafkasbtand thenreStart
minikube start --cpus=4 --memory=6144eval $(minikube docker-env)sbt docker:publishLocalkubectl apply -f kubernetes/kafka.yamlminikube dashboardwait for kafka and zookubectl apply -f kubernetes/app.yamlminikube service gateway-service
GET http://localhost:8080/rr/hello
GET http://gateway-service-ip:port/rr/hello e.g. http http://192.168.99.109:30825/rr/hello
using minikube you can minikube service gateway-service
msg: 'hello' processed
