Skip to content

Implement gossip-based node selection and discovery #18

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

Closed
wants to merge 1 commit into from

Conversation

jen20
Copy link
Contributor

@jen20 jen20 commented Jun 5, 2020

Fixes #10

This pull request implements node selection for the gRPC client based on one or more seed nodes and a preference for connecting to a cluster leader, follower or read replica. As part of this it also implements a public client for the gossip service which can be used by library consumers.

@jen20 jen20 added the enhancement New feature or request label Jun 5, 2020
@jen20 jen20 added this to the Open Sourcing milestone Jun 5, 2020
@jen20 jen20 self-assigned this Jun 5, 2020
@jen20 jen20 changed the base branch from master to trunk June 9, 2020 02:22
@jen20 jen20 modified the milestones: Open Sourcing, v1 Jul 7, 2020
@YoEight
Copy link
Member

YoEight commented Sep 7, 2020

Done here: #32

@YoEight YoEight closed this Sep 7, 2020
@YoEight YoEight deleted the jen20/gossip branch June 27, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a cluster discovery mechanism
2 participants