Skip to content

TheCodingStache/ServiceDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Discovery & Service Registry based on Leader Election Algorithm

This project demonstrates how to use zookeeper libraries threading model. Zookeeper client creates two additional threads in my application the I/O Τhread which handles the connection between the app and the zookeeper server and the Εvent Τhread on which we get all the events coming from the zookeeper server. Except from that, in this project you will see the implementation of a service registry and service discovery mechanism where every node will store its addresses by using the functionallities of the apache zookeeper.

Summary -IO Thread -Event Thread -Connection(SyncConnected) -Disconnection(Disconnected/Expired)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages