Coordination Service
Let's have an overview of coordination in distributed systems.
We'll cover the following...
It must have become evident by now that coordination is a central aspect of distributed systems.
Even though each component of a distributed system might function correctly in isolation, one needs to ensure that they will also function correctly when operating simultaneously. This can be achieved through some form of coordination between these components. ...