We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e1c0f commit 62119b2Copy full SHA for 62119b2
interop-testing/src/main/java/io/grpc/testing/integration/RpcBehaviorLoadBalancerProvider.java
@@ -38,7 +38,7 @@
38
* looks for an "rpc_behavior" field in its configuration and includes the value in the
39
* "rpc-behavior" metadata entry that is sent to the server. This will cause the test server to
40
* behave in a predefined way. Endpoint picking logic is delegated to the
41
- * {@link PickFirstLoadBalancer}.
+ * {@link RoundRobinLoadBalancer}.
42
*
43
* <p>Initial use case is to prove that a custom load balancer can be configured by the control
44
* plane via xDS. An interop test will configure this LB and then verify it has been correctly
0 commit comments