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

[discussion]Redis registry or Redis Metadata store need support redis cluster #9216

Open
cvictory opened this issue Dec 5, 2018 · 4 comments
Assignees
Labels
type/discussion Everything related with code discussion or question

Comments

@cvictory
Copy link
Contributor

cvictory commented Dec 5, 2018

Before redis 3.0

  1. redis was used in one machine.
  2. Redis also used in sentinel mode, the client can write the data into master machine, and all of the client can read from both master and slave machine.
  3. Twitter create a proxy named twemproxy to support cluster .

After redis 3,
the redis start to support cluster. Until now it is not proved it is the best solution.

Is it necessary that we should support redis cluster or something else? Maybe we can also get help from community.

@cvictory cvictory self-assigned this Dec 5, 2018
@carryxyh
Copy link
Member

carryxyh commented Dec 6, 2018

I think we need it.
Just as dubbo supports zk clusters, we also need to guarantee the high availability of redis registry.
Maybe we should send a mail for more suggestions.
Sentinel or cluster. Maybe cluster is better.

@kimmking
Copy link
Member

My question is how many people use redis for Registry Server?

@cvictory
Copy link
Contributor Author

In dubbo 2.7, we need metadata store that key-value store is important . such as redis .

@beiwei30
Copy link
Member

beiwei30 commented Feb 2, 2019

@cvictory both clustering support and persistence support should be considered.

@CrazyHZM CrazyHZM transferred this issue from apache/dubbo Nov 5, 2021
@CrazyHZM CrazyHZM transferred this issue from apache/dubbo-spi-extensions Nov 5, 2021
@CrazyHZM CrazyHZM added the type/discussion Everything related with code discussion or question label Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/discussion Everything related with code discussion or question
Projects
None yet
Development

No branches or pull requests

5 participants