SpringCloud-synchronous OR asynchronous

5e9071530001d29f19201080.jpg (1920×1080)

5e90717f0001f65619201080.jpg (1920×1080)

5d307d4c00017d9419201080.jpg (1920×1080)

  • The concepts of synchronous and asynchronous go a little deeper. Decouple through message middleware. If all use synchronization services, the overhead is too large. You can use the message queue to solve the problem of synchronization and make it asynchronous. Take a look at the role of the message middleware in this figure.
  • Choice of message middleware: RabbitMQ, Kafka, ActiveMQ.
Published 952 original articles · praised 1820 · 890,000 views

Guess you like

Origin blog.csdn.net/Dream_Weave/article/details/105442244