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.


Last modified January 2, 2023: Enhance en docs (#1798) (95a9f4f6c1c)