smarter-codes / Engineering-Handbook

Engineering handbook in use by Software Engineers at Smarter.Codes. This handbook is contributed by pretty much everyone inside and outside Smarter.Codes. You can edit it too. Just fork and send a pull request
http://deeptech.university:3000/docs/welcome
1 stars 3 forks source link

Communication between microservices - from architecture perspective #6

Open Tusharsb opened 5 years ago

Tusharsb commented 5 years ago

Here enlist resources which answer How communication must be architected in microservices

Tusharsb commented 5 years ago

Communication in a microservice architecture Syncronous communication is an anti-pattern. Pick Async communication rather. A related article (at the cost of repetition) says that synchronous communication is an anti-pattern, especially when there are many services in a calling route