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/11/03 05:01:09 UTC

[GitHub] [dubbo] CrazyHZM commented on issue #6443: 支持直连模式下,在连接不可用时的快速失败

CrazyHZM commented on issue #6443:
URL: https://github.com/apache/dubbo/issues/6443#issuecomment-958656753


   After support send.reconnect is configurable, in lazy mode, you can do this to close and reconnect:
   <dubbo:reference id="demoService" check="false"
                    interface="org.apache.dubbo.demo.DemoService"/>
                    interface="org.apache.dubbo.demo.DemoService" url="dubbo://127.0.0.1:20880" lazy="true">
       <dubbo:parameter key="send.reconnect" value="false"/>
   </dubbo:reference>


-- 
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