Patrick Metzdorf
1 min readJun 8, 2017

--

This reminds me a lot of Seneca, except I don’t see yet where microservices come into play. The above example and the template repo, both run as a single node process (which means its a single service).

How do I call a broker action from a completely different node process, i.e. a different microservice?

In other words: What’s the transport mechanism to communicate between two microservices?

--

--