The library to syncronize app nodes by using zookeeper backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nikita Tokarchuk aca7879178
Implement function to wait node for any changes
2 years ago
docs Initial commit 2 years ago
.gitignore Initial commit 2 years ago
README.md Initial commit 2 years ago
go.mod Make nodesync structure instance 2 years ago
go.sum Make nodesync structure instance 2 years ago
helpers.go Add helper function to sort children nodes by the sequenced postfix 2 years ago
nodesync.go Implement function to wait node for any changes 2 years ago

README.md

node setup

The nodes-sync library uses zookeeper and helps to manage a clustered app. It can be useful to manage the load across multiple nodes and dynamically scale it in real time when node fail or a new one become available.

load spreading example