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: [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]

Reply via email to