You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/18 09:56:59 UTC

[GitHub] [dubbo] 24kpure commented on issue #8826: 如何写DEMO能看到LeastActive运行的效果

24kpure commented on issue #8826:
URL: https://github.com/apache/dubbo/issues/8826#issuecomment-922251552


   Any load balancer that uses the active parameter needs to be configured in consumer.
   ```
   @DubboReference(loadbalance = LoadbalanceRules.LEAST_ACTIVE, timeout = 6000000, filter = "activelimit", active=100)
   private IService3 service3;
   ```
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org