I used the queue structure to deliver the order event to other services. All services communicate with each other.
- Spring Boot
- Kafka
- PostgreSQL
- Spring Cloud
- Docker
mvn spring-boot:run
$ docker build -t image_name .
$ docker-compose up
I used the queue structure to deliver the order event to other services. All services communicate with each other.
mvn spring-boot:run
$ docker build -t image_name .
$ docker-compose up