Indeed, such a nice roundup in just 5 mins. I love the unbiased comparison between microservices and monoliths. Same applies for the comparison between orchestration and choreography. Well done!
@MarcoLenzo2 жыл бұрын
Thank you :)
@JokerAob Жыл бұрын
Great explanation. Short and to the point. Thank you.
@MarcoLenzo Жыл бұрын
Thank you :)
@MLLErourouwita Жыл бұрын
thank you for this video, straight to the point
@MarcoLenzo Жыл бұрын
Thank you for taking time to share feedback!
@powell.christopher2 жыл бұрын
Great roundup of Microservices and related topics. Wasn't expecting you to cover so much in 5mins 😄
@MarcoLenzo2 жыл бұрын
Thanks 😁 I'm trying to keep the content bite sized with the idea of expanding later on.
@deeptilokhande7067 Жыл бұрын
This was awesome video. Thanks ! Can you help understand orchestraation in greater detail? I assume for choreography we are pointing towards event based architecture like using kafka..
@MarcoLenzo Жыл бұрын
Yeah correct. For choreography you can use an event log or message broker. The idea is that you have asynchronous communication with loose coupling. For orchestration, I would recommend a workflow engine like temporal.io. Otherwise if you want to go vanilla, you need to reference the Saga Pattern with the Coordinator. I'll try to do a video on Temporal very soon.