grpc/grpc-java

Clean up the flag `GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION`

Open

#12 837 ouverte le 2 juin 2026

Voir sur GitHub
 (3 commentaires) (0 réactions) (1 assigné)Java (3 742 forks)batch import
good first issue

Métriques du dépôt

Stars
 (11 124 stars)
Métriques de merge PR
 (Merge moyen 23j 22h) (43 PRs mergées en 30 j)

Description

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.

Guide contributeur