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

Jedis driver should be able to round-robin between a list of nodes #144

Closed
rkarthik007 opened this issue Apr 6, 2018 · 1 comment
Closed
Assignees
Labels
kind/enhancement This is an enhancement of an existing feature

Comments

@rkarthik007
Copy link
Collaborator

Currently, the Jedis driver can only talk to one ip address. We need to enhance this so that:

  • we can specify a list of ip addresses, a list of hostnames or a kubernetes-style service DNS name
  • the Jedis driver should round-robin between the various hosts
  • upon error, it should refresh this list
  • periodically in the background, it should refresh this list - so that node adds and removals can be discovered
@rkarthik007 rkarthik007 added the kind/enhancement This is an enhancement of an existing feature label Apr 6, 2018
@rkarthik007 rkarthik007 modified the milestone: v1.0 Apr 11, 2018
@m-iancu
Copy link
Contributor

m-iancu commented May 2, 2018

Fixed by eb2a6d3 (and corresponding Jedis driver diff yugabyte/jedis@56693eb)

@m-iancu m-iancu closed this as completed May 2, 2018
jasonyb pushed a commit that referenced this issue Mar 18, 2024
Remove duplicate variable declarations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This is an enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants