Delayed connections are used to reduce the number of long connections. When a call is initiated, create a persistent connection.
<dubbo:protocol name="dubbo" lazy="true" />
This configuration is only valid for the dubbo protocol that uses long connections.