grpc/grpc-java

Clean up the flag `GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION`

Open

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

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)Java (3,742 fork)batch import
good first issue

仓库指标

Star
 (11,124 star)
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.

贡献者指南