Skip to content

Commit

Permalink
chore: remove apollo config center
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKenway committed Jun 11, 2022
1 parent 35f4e8c commit d574f14
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 654 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dubbo-go has supported many RPC protocol, like Triple, Dubbo JSONRPC, gRPC, HTTP
![](https://dubbogo.github.io/img/devops.png)

- **Registry**: Nacos, Zookeeper, ETCD, Polaris-mesh, Consul.
- **ConfigCenter**: Nacos, Apollo, Zookeeper
- **ConfigCenter**: Nacos, 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)
- **Load Balance**: [AdaptiveService](https://github.com/apache/dubbo-go/pull/1649), Random, [RoundRobin](https://github.com/apache/dubbo-go/pull/66), [LeastActive](https://github.com/apache/dubbo-go/pull/65), [ConsistentHash](https://github.com/apache/dubbo-go/pull/261)
- [**Filter**](./filter): Echo, Hystrix, Token, AccessLog, TpsLimiter, ExecuteLimit, Generic, Auth/Sign, Metrics, Tracing, Active, Seata, Sentinel
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP

- **配置中心**

开发者可以使用Nacos、Apollo(携程开源)、Zookeeper 进行框架/用户的配置的发布和拉取。
开发者可以使用Nacos、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)

Expand Down
90 changes: 0 additions & 90 deletions config/config_center_config_test.go

This file was deleted.

8 changes: 0 additions & 8 deletions config/testdata/config/center/apollo.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions config/testdata/consumer_config_with_configcenter_apollo.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config_center/apollo/doc.go

This file was deleted.

45 changes: 0 additions & 45 deletions config_center/apollo/factory.go

This file was deleted.

171 changes: 0 additions & 171 deletions config_center/apollo/impl.go

This file was deleted.

0 comments on commit d574f14

Please sign in to comment.