grpc/grpc-java

Clean up the flag `GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION`

开放

#12,837 创建于 2026年6月2日

 (3 条评论) (0 个反应) (1 位负责人)Java (3,742 个派生)batch import
good first issue

仓库指标

星标
 (11,124 个星标)
PR 合并指标
 (平均合并 23天 22小时) (30 天内合并 43 个 PR)

描述

The flag was introduced in orca to lrs propagation changes in https://github.com/grpc/grpc-java/pull/12203. We set the flag default to true in https://github.com/grpc/grpc-java/pull/12836 and since then, it serves no purpose. We should clean up the dead code and fully delete the flag after default behavior is stabilized.

贡献者指南