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

Support Etcd as Service Registry #385

Open
l-duan opened this issue Jun 17, 2023 · 1 comment
Open

Support Etcd as Service Registry #385

l-duan opened this issue Jun 17, 2023 · 1 comment

Comments

@l-duan
Copy link

l-duan commented Jun 17, 2023

Why do you need it?

etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines. etcd gracefully handles leader elections during network partitions and will tolerate machine failure, including the leader.

How could it be?

A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.

Other related information

Add any other context or screenshots about the feature request here.

@johnlanni johnlanni added this to the backlog milestone Jun 19, 2023
@Charlie17Li
Copy link
Collaborator

@l-duan 请问什么场景会使用 etcd 作为注册中心,据我所知,etcd 自身只是存 kv,通常需要依赖其他工具做注册中心,例如dubbo;但这就会引入一个问题,每种工具使用 etcd 的姿势不太一样,例如存储的"Service"内容大相径庭;如果支持etcd的话,是不是得统一下 “Service” 规范

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

4 participants