client 访问config server负载均衡算法 #3225
Labels
area/client
apollo-client
discussion
Categorizes issue as related to discussion
feature request
Categorizes issue as related to a new feature.
if (lastServiceDto == null) {
List configServices = getConfigServices();
lastServiceDto = configServices.get(random.nextInt(configServices.size()));
}
是否有改造计划,使用更丰富的负载均衡算法。
The text was updated successfully, but these errors were encountered: