Skip to content
Snippets Groups Projects
Commit a70c3bc1 authored by yuyu's avatar yuyu
Browse files

Mod: add load balance & cluster strategy ralated pr

parent 36836f42
No related branches found
No related tags found
No related merge requests found
......@@ -31,13 +31,13 @@ Finished List:
- Codec: JsonRPC v2, Hessian v2
- Registry: ZooKeeper
- Configure Center: Zookeeper
- Cluster Strategy: Failover
- Load Balance: Random, RoundRobin, LeastActive
- Cluster Strategy: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)
- Load Balance: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
- Filter: Echo Health Check
Working List:
- Cluster Strategy: Failfast/Failsafe/Failback/Forking
- Cluster Strategy: Forking
- Load Balance: ConsistentHash
- Filter: TokenFilter/AccessLogFilter/CountFilter/ActiveLimitFilter/ExecuteLimitFilter/GenericFilter/TpsLimitFilter
- Registry: etcd/k8s/consul/nacos
......
......@@ -32,13 +32,13 @@ Apache License, Version 2.0
- Registry: ZooKeeper
- Routing: Rule(dubbo v2.6.x)
- Configure Center: Zookeeper
- Cluster Strategy: Failover
- Load Balance: Random, RoundRobin, LeastActive
- Cluster Strategy: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)
- Load Balance: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
- Filter: Echo Health Check
开发中列表:
- Cluster Strategy: Failfast/Failsafe/Failback/Forking
- Cluster Strategy: Forking
- Load Balance: ConsistentHash
- Filter: TokenFilter/AccessLogFilter/CountFilter/ActiveLimitFilter/ExecuteLimitFilter/GenericFilter/TpsLimitFilter
- Registry: etcd/k8s/consul/nacos
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment