关于服务发现,是否有直接使用etcd的库
#8742
-
了解到apisix本身也是读取etcd的数据。 我认为一个注册中心最核心的能力
是否可以有一个 注册中心 sdk,直接与etcd交互,应用启动的时候,通过sdk上报当前应用的节点信息,路由信息。apisix照常读取 etcd的信息。 在上一家公司我们自研的一套注册中心和配置中心就是直接基于etcd的,如果apisix也支持这种方式接入,就可以不用使用 nacos 之类的其他中间件了。 不知道我的思路是否有问题。 |
Beta Was this translation helpful? Give feedback.
Answered by
tokers
Jan 30, 2023
Replies: 1 comment 1 reply
-
It's OK to use ETCD as the service registry, but it lacks a standard for how to register some service instances and how to discover them. I think a proposal is required. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
attson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's OK to use ETCD as the service registry, but it lacks a standard for how to register some service instances and how to discover them. I think a proposal is required.