kitex-contrib / codec-dubbo

支持 kitex <-> dubbo 互通的 dubbo 协议编解码器。
Apache License 2.0
16 stars 14 forks source link

[P1] Proposal: Service registry and discovery on zookeeper #35

Closed felix021 closed 10 months ago

felix021 commented 1 year ago

Although Kitex already has a module for zookeeper registry-zookeeper, it's not compatible with the dubbo way.

In this proposal, we suggest the implementation of a dubbo compatible module. Maybe only a small pull request is needed to the registry-zookeeper.

The detailed plan is left for anyone who claims this task.

DMwangnima commented 10 months ago

Interface-Level service discovery has been supported. Please refer to #63 .

felix021 commented 10 months ago

Service registry implemented in https://github.com/kitex-contrib/codec-dubbo/pull/67