延迟连接

在 Dubbo 中配置延迟连接

背景

延迟连接用于减少长连接数。当有调用发起时,再创建长连接。

示例

<dubbo:protocol name="dubbo" lazy="true" />