Delayed Connection
Configure delayed connection in Dubbo
Feature description
scenes to be used
Delayed connections are used to reduce the number of long connections. When a call is initiated, create a persistent connection.
How to use
<dubbo:protocol name="dubbo" lazy="true" />
This configuration is only valid for the dubbo protocol that uses long connections.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 2, 2023: Enhance en docs (#1798) (95a9f4f6c)