You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chickenlj (GitHub)" <gi...@apache.org> on 2019/01/24 05:53:54 UTC

[GitHub] [incubator-dubbo] chickenlj commented on issue #2457: Support multiple shared links

Basically, I agree to support add `connections` on instance level, not for performance or resource concern (because I think keep-alive connection has really small costs) but only for easy to use concern.

```xml
<dubbo:consumer connections="3" />
```

I will try to dive into the impl now.

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/2457 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org