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

dubbo 3.0 etcd注册中心合并 #120

Open
fightGitHub93 opened this issue Jun 2, 2022 · 1 comment
Open

dubbo 3.0 etcd注册中心合并 #120

fightGitHub93 opened this issue Jun 2, 2022 · 1 comment

Comments

@fightGitHub93
Copy link

什么时候从dubbo项目中把etcd注册中心的扩展迁移过来,以支持dubbo3.0使用etcd?

@aofall
Copy link
Contributor

aofall commented Apr 9, 2024

dubbo-spi-extensions has been released the version of 3.2.0, compatible with Dubbo 3.2.x
You can find the extension in maven central repository what you need and try it.

<dependency>
    <groupId>org.apache.dubbo.extensions</groupId>
    <artifactId>dubbo-registry-etcd3</artifactId>
    <version>3.2.0</version>
</dependency>

https://central.sonatype.com/artifact/org.apache.dubbo.extensions/dubbo-registry-etcd3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants