DEV Community

Understand Master-Slave Relationships using the Election Algorithm

paschal on August 09, 2019

Introduction While building distributed systems, Transparency is a very important factor. The Engineer has to consider Access transparen...
Collapse
 
ope__o profile image
Onikute.

Nice post!

I love how practical you went. You should write more posts like these 💪🏽

P.S. $ docker run -it -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.6-management-alpine

Should this use the interactive flag, since it will be running in detached mode?

Collapse
 
obbap profile image
paschal

Thanks 😊. It shouldn't actually, but I can attach it at any time and run in foreground mode.

Collapse
 
andreaskress profile image
AndreasKress