A library for writing distributed systems that use a gossip protocol to communicate state management, consistent hash rings for sharding, and vector clocks for history. https://www.npmjs.com/package/clusterluck
MIT License
169
stars
7
forks
source link
Documentation or interface goodies for setting configurations on external IPC connections #42
Need a way to specify in code how to change configuration parameters for IPC connection to another node
Need a way to achieve same functionality listed above over the CLI
Either the above functionality, or explicitly do it in code + add docs on how to manipulate these internal conf params + allow users of library to create their own gen_server to handle this functionality in a more generic way for other gen_servers.
Either the above functionality, or explicitly do it in code + add docs on how to manipulate these internal conf params + allow users of library to create their own
gen_server
to handle this functionality in a more generic way for other gen_servers.