https://github.com/rishiloyola/zookeeper-leader-election
https://github.com/rishiloyola/zookeeper-leader-election
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishiloyola/zookeeper-leader-election
- Owner: rishiloyola
- License: mit
- Created: 2015-12-09T19:47:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T19:54:32.000Z (over 9 years ago)
- Last Synced: 2025-02-05T14:14:38.752Z (4 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zookeeper-leader-election
This is the basic example about how to implement zookeeper leader election algorithm.