Skip to content

Asynchronous Communication between Microservices

Adding Asynchronous communication

Why Asynchrous communication, befor that will see disadvantages of syncrhrous communication.

Disadvantages of Synchronous

  • Tight coupling
  • Bottleneck in system
  • One to many
  • Changes are hard
  • Error difficult to catch

alt text alt text

Asynchrous communication will solve a lot of above issue

alt text

alt text

alt text

alt text

page num -93