In this tutorial we will discuss what is saga orchestration design pattern and its internal work flow with a business use case also we will create project for demonstrating the how distributed transaction will work.
Please refer this video for using kafka: https://youtu.be/F3f9kekI4Q4
Saga Choreography design Pattern: https://youtu.be/WGI_ciUa3FE
#javatechsolutions #SpringBoot #java #distributedtransaction #springboot3 #microservicesarchitecture #designpatternsinjava #microservicestutorial #microservicespattern
#bestpractice
GitHub Source : https://github.com/JavaaTechSolutions/orchestration-design-pattern
Distributed Transaction: https://github.com/JavaaTechSolutions/distributed-transaction
If you guys like this video please do subscribe now and press the bell icon to not miss any update from Java Tech Solutions
For Subscribe: https://www.youtube.com/channel/UCm82_YpE8-MPvB-uLkoWZxA?sub_confirmation=1
Below 2 kafka command is used for running zookeeper and kafka server
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
Its developed using spring boot3, Java17 and Kafka