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
760 stars 161 forks source link

Implement Load Balance #376

Open jianyi-gronk opened 6 months ago

jianyi-gronk commented 6 months ago

Random, RoundRobin, LeastActive, ConsistentHash, etc.

kyokaxin commented 6 months ago

get