This comprehensive guide explores the 6 main types of distributed transactions with detailed e-commerce examples, showing both successful (commit) and failure (rollback) scenarios.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 20th November | |
Install MiniKube - https://github.com/kubernetes/minikube | |
Setup Microservices Demo - https://microservices-demo.github.io/deployment/kubernetes-minikube.html | |
Note - Use 4 GB(4096) Memory, as we are not touching any observability or traceability topics | |
Read more about application design here - https://github.com/microservices-demo/microservices-demo/blob/master/internal-docs/design.md | |
Note: The application is not compatible with latest mongodb image. Downgrade to version 5.0.11 | |
https://github.com/microservices-demo/microservices-demo/issues/900 |