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

Command line option for providing peering info for running a multi host cluster #52

Open
tolbertam opened this issue May 9, 2018 · 0 comments
Milestone

Comments

@tolbertam
Copy link
Contributor

There should be a command line option like --peers that if provided, launches a single node endpoint that provides peering information for all IP addresses passed in peers that aren't an interface the host provides. For example:

java -jar simulacron.jar --peers 1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4

If run on a machine that has the ip 2.2.2.2, simulacron will run a single node that binds on 2.2.2.2 and returns peering information for 1.1.1.1,3.3.3.3,4.4.4.4.

This would enable a user to launch simulacron in this way on multiple hosts, and when a driver connects as far as it knows those hosts form a cluster and attempts to maintain connectivity to all of those hosts.

@tolbertam tolbertam added this to the 0.9.0 milestone May 9, 2018
@tolbertam tolbertam assigned tolbertam and unassigned tolbertam May 9, 2018
@adutra adutra modified the milestones: 0.9.0, 0.12.0 Mar 22, 2021
@weideng1 weideng1 modified the milestones: 0.12.0, 0.13.0 Nov 1, 2022
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

3 participants