Java-Interview-Advanced/docs/distributed-system/registration-center-optimiz...

7 lines
441 B
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

![分布式注册中心](/docs/distributed-system/images/registration-center-optimize.png)
#### eurekapeer-to-peer每台机器都是高并发请求有瓶颈
#### zookeeper服务上下线全量通知其他服务网络带宽被打满有瓶颈
#### 分布式服务注册中心,分片存储服务注册表,横向扩容,每台机器均摊高并发请求,各个服务主动拉取,避免反向通知网卡被打满