Interprocess Communication in Microservices

Luci Bro
5 min readMay 30, 2022

Deciding on how microservices communicate with each other is one of the most important and fundamental decisions to make when implementing a system based on a microservices architecture. Helping to find out the most suitable choice of Interprocess communication(IPC) is the key challenge that this thesis work is aiming to overcome. IPC plays a much more critical role in microservices architecture than it does in…

--

--