envoyproxy/envoy

Are the lb_policy and lb_config forced to match?

开放

#25,583 创建于 2023年2月15日

 (9 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/configurationarea/load balancinghelp wantedquestion

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description: Currently in clusterInfoImpl when the lb_configs are loaded, it doesn't check if the lb_policy matches the config that's loaded. We have a separate member for the lb_policy and other members for each config type. Is there anything to stop the user from setting a round_robin config but also setting the lb_policy to least request? If there isn't, should anything be done about that?

Relevant Links: Current implementation of how the lb config members are initialized

Current location of where lb_policy is set

贡献者指南