diff --git a/README.md b/README.md index 9f1aebe5..211159a6 100644 --- a/README.md +++ b/README.md @@ -338,3 +338,20 @@ RedisServiceRegistryBenchmark.deregister thrpt 255305.64 RedisServiceRegistryBenchmark.register thrpt 110664.160 ops/s RedisServiceRegistryBenchmark.renew thrpt 210960.325 ops/s ``` + +## Comparison with others +| | CoSky | Eureka | Consul | CoreDNS | Zookeeper | Nacos | Apollo | +| --- | --- | --- | --- | --- | --- | --- | --- | +| CAP | CP+AP | AP| CP | CP | CP | CP+AP | CP+AP | +| Health Check | Client Beat | Client Beat | TCP/HTTP/gRPC/Cmd | Keep Alive | Keep Alive | TCP/HTTP/Client Beat | Client Beat | +| Load Balancing Strategy | Weight/Selector | Ribbon| Fabio | RoundRobin | RoundRobin | Weight/metadata/RoundRobin | RoundRobin | +| Avalanche Protection | N | Y| N | N | N | Y | N | +| Auto Logoff Instance | Support | Support| Not Support | Not Support | Support | Support | Support | +| Access Protocol | HTTP/Redis | HTTP| HTTP/DNS | DNS | TCP | HTTP/DNS | HTTP | +| Listening Support | Support | Support| Support | Not Support | Support | Support | Support | +| Multi-data Center | Support | Support| Support | Not Support | Not Support | Support | Support | +| Cross Registry Synchronization | Support | Not Support| Support | Not Support | Not Support | Support | Not Support | +| SpringCloud Integration | Support | Support| Support | Not Support | Not Support | Support | Support | +| Dubbo Integration | Support | Not Support| Not Support | Not Support | Support | Support | Support | +| K8S Integration | Support | Not Support| Support | Support | Not Support | Support | Not Support | +| Persistence | Redis | | | | | MySql | MySql | diff --git a/README.zh-CN.md b/README.zh-CN.md index 7cb9d893..59c61dd2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -338,3 +338,19 @@ RedisServiceRegistryBenchmark.deregister thrpt 255305.64 RedisServiceRegistryBenchmark.register thrpt 110664.160 ops/s RedisServiceRegistryBenchmark.renew thrpt 210960.325 ops/s ``` +## 其他同类产品对比 +| | CoSky | Eureka | Consul | CoreDNS | Zookeeper | Nacos | Apollo | +| --- | --- | --- | --- | --- | --- | --- | --- | +| CAP | CP+AP | AP| CP | CP | CP | CP+AP | CP+AP | +| 健康检查 | Client Beat | Client Beat | TCP/HTTP/gRPC/Cmd | Keep Alive | Keep Alive | TCP/HTTP/Client Beat | Client Beat | +| 负载均衡策略 | 权重/RoundRobin | Ribbon| Fabio | RoundRobin | RoundRobin | 权重/metadata/Selector | RoundRobin | +| 雪崩保护 | 无 | 有| 无 | 无 | 无 | 有 | 无 | +| 自动注销实例 | 支持 | 支持| 不支持 | 不支持 | 支持 | 支持 | 支持 | +| 访问协议 | HTTP/Redis | HTTP| HTTP/DNS | DNS | TCP | HTTP/DNS | HTTP | +| 监听支持 | 支持 | 支持| 支持 | 不支持 | 支持 | 支持 | 支持 | +| 多数据中心 | 支持 | 支持| 支持 | 不支持 | 不支持 | 支持 | 支持 | +| 跨注册中心同步 | 支持 | 不支持| 支持 | 不支持 | 不支持 | 支持 | 不支持 | +| SpringCloud集成 | 支持 | 支持| 支持 | 不支持 | 不支持 | 支持 | 支持 | +| Dubbo集成 | 支持 | 不支持| 不支持 | 不支持 | 支持 | 支持 | 支持 | +| K8S集成 | 支持 | 不支持| 支持 | 支持 | 不支持 | 支持 | 不支持 | +| 持久化 | Redis | | | | | MySql | MySql |