You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A package-private class isn't visible and `@Internal` is stronger than
experimental. The only way users should use WRR is via the
weight_round_robin string, and that's already not suffixed with
_experimental.
Closes#9885
Copy file name to clipboardExpand all lines: xds/src/main/java/io/grpc/xds/WeightedRoundRobinLoadBalancer.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@
29
29
importio.grpc.Deadline.Ticker;
30
30
importio.grpc.DoubleHistogramMetricInstrument;
31
31
importio.grpc.EquivalentAddressGroup;
32
-
importio.grpc.ExperimentalApi;
33
32
importio.grpc.LoadBalancer;
34
33
importio.grpc.LoadBalancerProvider;
35
34
importio.grpc.LongCounterMetricInstrument;
@@ -87,7 +86,6 @@
87
86
* </pre>
88
87
* See related documentation: https://cloud.google.com/service-mesh/legacy/load-balancing-apis/proxyless-configure-advanced-traffic-management#custom-lb-config
0 commit comments