Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make Bynar peer to peer #83

Closed
sdandam opened this issue Jun 27, 2019 · 1 comment
Closed

make Bynar peer to peer #83

sdandam opened this issue Jun 27, 2019 · 1 comment

Comments

@sdandam
Copy link
Collaborator

sdandam commented Jun 27, 2019

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 sdandam closed this as completed Jun 27, 2019
@sdandam
Copy link
Collaborator Author

sdandam commented Jun 27, 2019

#64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant