Microservices: REST vs Messaging

前端 未结 2 1893
滥情空心
滥情空心 2021-02-07 00:53

I heard Amazon uses HTTP for its microservice based architecture. An alternative is to use a messaging system like RabbitMQ or Solace systems. I personally have experience with

2条回答
  •  攒了一身酷
    2021-02-07 01:03

    REST API presumes use of HTTP only. it is quite stone age technology and does not accept async. messaging. To plugin messaging there, I would consider WebSockets Gateways -sorry for eventually dummy statements

提交回复
热议问题