apolloconfig / apollo

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

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

Closed hezhaoye closed 3 months ago

hezhaoye commented 5 months ago

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

image
nobodyiam commented 5 months ago

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

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

stale[bot] commented 3 months ago

This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.