Zookeeper
A software that would help to manage the distributed system in synchronisation of data and configuration.
It works as a file system of its owns (znode
) where the distributed system can read that file (znode
) for informations. And they can parallely access it.
Use case
- Configurations in distributed system
- Share information in distributed system
- Control and manage the behavior of master and slaves
- Use in Kafka