Apache ZooKeeper

47 / 48

ZooKeeper - Use Cases




Not able to play video? Try with youtube

== Use case ==

Though there are many usecases of ZooKeeper. The most common ones are: Building a reliable configuration service A Distributed Lock Service Only single process may hold the lock

== Not to Use === It is important to know when not to use zookeeper. You should not use it to store big data because the number of copies == number of nodes. All data is loaded in ram too. Also, there is a Network load for transfer all data to all nodes.

Use ZooKeeper when you require extremely strong consistency


Loading comments...