Skip to content

Connection and disconnection to zookeeper server. Leader election algorithm. Service registry & discovery

Notifications You must be signed in to change notification settings

PetkoLuyts/zookeeper-java-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zookeeper-java-api

Implementation of a popular, useful and important algorithm in Distributed Systems.


  • Fault Tolerant Implementation - any number of nodes can fail, and the cluster stays functional
  • Horizontally scalable - we can add nodes dynamically
  • No performance bottlenecks due to the elimination of Herd Effect

  • Leader reelection
  • Service registry & discovery

About

Connection and disconnection to zookeeper server. Leader election algorithm. Service registry & discovery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages