Skip to content
Snippets Groups Projects
Commit 14b66053 authored by AlexStocks's avatar AlexStocks
Browse files

Mod: add consul in readme

parent 44db1a25
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ Finished List: ...@@ -33,7 +33,7 @@ Finished List:
- Role: Consumer, Provider - Role: Consumer, Provider
- Transport: HTTP, TCP - Transport: HTTP, TCP
- Codec: JsonRPC v2, Hessian v2 - Codec: JsonRPC v2, Hessian v2
- Registry: ZooKeeper/[etcd](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151) - Registry: ZooKeeper/[etcd v3](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151)/[consule](https://github.com/apache/dubbo-go/pull/121)
- Configure Center: Zookeeper - Configure Center: Zookeeper
- Cluster Strategy: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161) - Cluster Strategy: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161)
- Load Balance: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65) - Load Balance: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
...@@ -44,7 +44,7 @@ Working List: ...@@ -44,7 +44,7 @@ Working List:
- Load Balance: ConsistentHash - Load Balance: ConsistentHash
- Filter: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter - Filter: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter
- Registry: k8s/consul - Registry: k8s
- Configure Center: apollo - Configure Center: apollo
- Dynamic Configuration Center & Metadata Center (dubbo v2.7.x) - Dynamic Configuration Center & Metadata Center (dubbo v2.7.x)
- Metrics: Promethus(dubbo v2.7.x) - Metrics: Promethus(dubbo v2.7.x)
......
...@@ -32,7 +32,7 @@ Apache License, Version 2.0 ...@@ -32,7 +32,7 @@ Apache License, Version 2.0
- 角色端: Consumer, Provider - 角色端: Consumer, Provider
- 传输协议: HTTP, TCP - 传输协议: HTTP, TCP
- 序列化协议: JsonRPC v2, Hessian v2 - 序列化协议: JsonRPC v2, Hessian v2
- 注册中心: ZooKeeper/[etcd](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151) - 注册中心: ZooKeeper/[etcd v3](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151)/[consule](https://github.com/apache/dubbo-go/pull/121)
- 配置中心: Zookeeper - 配置中心: Zookeeper
- 集群策略: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161) - 集群策略: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161)
- 负载均衡策略: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65) - 负载均衡策略: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
...@@ -44,7 +44,7 @@ Apache License, Version 2.0 ...@@ -44,7 +44,7 @@ Apache License, Version 2.0
- 集群策略: Forking - 集群策略: Forking
- 负载均衡策略: ConsistentHash - 负载均衡策略: ConsistentHash
- 过滤器: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter - 过滤器: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter
- 注册中心: etcd/k8s/consul/nacos - 注册中心: k8s
- 配置中心: apollo - 配置中心: apollo
- 动态配置中心 & 元数据中心 (dubbo v2.7.x) - 动态配置中心 & 元数据中心 (dubbo v2.7.x)
- Metrics: Promethus(dubbo v2.7.x) - Metrics: Promethus(dubbo v2.7.x)
......
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