grpc/grpc-java

Clean up the flag `GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION`

Open

#12.837 geöffnet am 2. Juni 2026

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (3.742 Forks)batch import
good first issue

Repository-Metriken

Stars
 (11.124 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23T 22h) (43 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide