apolloconfig / apollo

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
https://www.apolloconfig.com
Apache License 2.0
28.93k stars 10.19k forks source link

发现服务实例数很多的情况下,这里会导致config Service请求分配很不均匀,可以是否可以加上负载均衡策略来优化下? #5152

Open hezhaoye opened 4 weeks ago

hezhaoye commented 4 weeks ago

目前公司有一个实例节点很多的服务,节点数大概10万个,发现这段逻辑会导致拉取配置的请求数分配到config Service上很不均匀,这里是否可以加上负载均衡策略来优化下?

image
nobodyiam commented 3 weeks ago

这里采取了随机负载均衡的策略,如果节点数足够多的话,应该是大致均匀的,很不均匀是什么样的分布?