This is a Message Driven Architecture example based on spring boot reactive microservices, MongoDB and Apache Kafka.
- JDK 17
- Gradle 7.4.1
- Docker Desktop (Kubernetes Enabled with Istio)
- Nodejs & npm
gradle clean dockerTag
cd deployment
kubectl apply -f core,app,istio
Open localhost to access the ui.
cd deployment
kubectl delete -f istio,app,core
kubectl apply -f extra
kubectl delete -f extra