Dubbo 3 peripheral registration center, configuration center, metadata center expansion implementation

icnyk63a  于 2023-02-04  发布在  其他
关注(0)|答案(4)|浏览(163)

Dubbo 3 needs to support other registration centers, configuration centers, and metadata centers except Zookeeper and Nacos to facilitate users to implement different situations and need to be implemented based on dubbo-spi-extension.

Project requirements:

  • Dubbo 3 supports registration centers such as consul, etcd3, eureka, redis, etc.
  • Dubbo 3 supports configuration centers such as consul, apollo, etcd3
  • Dubbo 3 supports metadata centers such as etcd3, redis, consul, apollo, etc.

Skills requirement:

  • Proficiency in Java
  • Familiar with Dubbo SPI mechanism
  • Understand the use of consul, etcd3, redis, eureka and other components

Dubbo 3 需要支持除 Zookeeper 和 Nacos 外的其它注册中心、配置中心、元数据中心,方便用户落地不同的情况,需要基于 dubbo-spi-extension 实现。

产出要求:

  • Dubbo 3 支持 consul、etcd3、eureka、redis 等注册中心
  • Dubbo 3 支持 consul、apollo、etcd3 等配置中心
  • Dubbo 3 支持 etcd3、redis、consul、apollo 等元数据中心

技术要求:

  • 熟练使用 Java
  • 熟悉 Dubbo SPI 机制
  • 了解 consul、etcd3、redis、eureka 等组件对接使用
mw3dktmi

mw3dktmi1#

请问一下,dubbo不是早就支持这些注册中心了吗?

wj8zmpe1

wj8zmpe12#

请问一下,dubbo不是早就支持这些注册中心了吗?

For Dubbo 3.0, we have made a lot changes about registry, expecially for service discovery. It is necessary to make a new adaptation of these registry.

r1zhe5dt

r1zhe5dt3#

Dubbo 3.0.1 在使用Redis 做为注册中心时有问题 Nacos 是没有问题的,但是通过 Url获取 CATEGORY 时无法获取到URL中的CATEGORY参数

iq3niunx

iq3niunx4#

这个是不是还没有实现?目前dubbo3使用consul好像是不支持

相关问题