Comcast / Bynar

Server remediation as a service
Apache License 2.0
58 stars 13 forks source link

make Bynar peer to peer #83

Closed sdandam closed 5 years ago

sdandam commented 5 years ago

Bynar is currently standalone. Each system runs Bynar as a service and communicates with a database to log its operations. An enhancement is to make it a peer-to-peer application. This would enable to heal systems that are otherwise unreachable due a network card failures or to reduce the workload on a busy system. Every system where Bynar is installed should be able to communicate with others in the peer network. The communication could potentially be limited to only systems within a particular network zone or to systems within a storage cluster. Alternatively, it could be limited to systems that are using the same underlying storage technology. There is a RUST library that can be explored to accomplish this.

sdandam commented 5 years ago

https://github.com/Comcast/Bynar/issues/64