tom055 commented on issue #15583:
URL: https://github.com/apache/dubbo/issues/15583#issuecomment-3108423027
Consumer tries to add loadbalance = “roundrobin” but it still affects Istio
weights
```
@DubboReference(version = "1.0.0",
retries = 0,
providedBy = "k8s-provider-svc",
timeout=5000,
providerPort = 50052,
loadbalance = "roundrobin",
check = false,
cluster="failsafe",
protocol = "tri",mock =
"org.example.k8s.api.service.mock.ApiOrderMock")
ApiOrder apiOrder;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]