mirror of https://github.com/mainnika/nodesync.git
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.
8 lines
290 B
8 lines
290 B
# 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
|
|
|
|
![](docs/node-flow.drawio.svg)
|
|
|