Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Microservice are meant to be autist. They don't speak each other directly. They produce events (messages) and other Microservices are subscribed to these events (messages). The sort of request/response synchronized communication generates the sort of coupling the MS try to run away from. If this's your MS inter-comunication startegy, I encourage you to build a monolith. Commented Jun 16, 2017 at 21:38
  • @Laiv I like this idea of microservices only communicating via events. I'm very new to microservices and have never heard this aspect of them before. Do you have a source for this or maybe a link to a blog post that elaborates on it? Commented Jun 16, 2017 at 21:54
  • Anyways, looking for: Microservices, communication, asynchronous,message broker, pub/sub. It should provide you with enough material. Google. The Nginx blog is just briliant. They have some good posts related to MS. Also look for: Microservices, Choreographed vs Orchested Commented Jun 16, 2017 at 22:11