apache / dubbo-js

The Typescript implementation of Apache Dubbo. An RPC and microservice framework for Node.js and Web development.
https://dubbo.apache.org/
Apache License 2.0
767 stars 160 forks source link

split registry module and extend Dubbo register #117

Closed hufeng closed 5 years ago

hufeng commented 5 years ago
  1. add more java provider get as close to the real scene as possible

  2. fixed setting bug

  3. fixed zookeeper Unreasonable code

  4. Next target split registry

hufeng commented 5 years ago

@ralf0131 @creasy2010 @sunchuanleihit split registry module in order to extends more register, such as nacos, redis, and so on . please help me review it.