Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoolection

Zoolection is a minimal implementation of leader-election in Go with the help of Apache Zookeeper.

Instructions

  • Running the zookeeper cluster:
    • With docker compose: docker compose up -d
    • With docker or podman: bash zookeeper.sh
  • Run a few instances of the application using go run . across different terminals. One of them should get elected as the leader.
  • Close the instance that is the leader and see another instance get elected.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages