request-response kafka example
docker-compose up -d --scale kafka=3 zookeeper kafka
sbt
and thenreStart
minikube start --cpus=4 --memory=6144
eval $(minikube docker-env)
sbt docker:publishLocal
kubectl apply -f kubernetes/kafka.yaml
minikube dashboard
wait for kafka and zookubectl apply -f kubernetes/app.yaml
minikube 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