BE Crew Talk Quiz

Question 1/6
What is the main disadvantage of synchronnous inter-process communication in microservices architecture?
1
It puts us at a higher security risk.
2
It is too slow.
3
It does not care about the order of incoming requests.
4
It reduces availability of a downstream service.
What are two different ways of implementing saga pattern?
1
Choreography / orchestration
2
Coordination / Governance
3
Master - Master / Master - Slave
4
Long-running / Short-running