...
Context and problem
We need to make different small services to work together in order to process a business transaction end-to-end, reducing point-to-point communication between the services.Solution
Choreography pattern allows a transaction to be executed in parallel steps and/or in sequences.Challenges