Sample implementation of the Transactional Outbox pattern.
- AWS SNS and SQS
- PostgreSQL 12.5
docker-compose up
- order-service
cd order-service
docker build -t order-service .
docker run --rm -it --network host order-service
- subscription-service
cd subscription-service
docker build -t subscription-service .
docker run --rm -it --network host subscription-service