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

Feature/add dubbo filter #175

Closed wushanchao closed 2 years ago

wushanchao commented 5 years ago

173

当前调用dubbo服务的方式是从zk拿了一堆可用服务ip随机挑一个进行调用。 实际开发中,会有指定部分ip调用的需求。 这个pr就是满足这个需求场景。