Lazy connect can reduce the number of keep-alive connections. When a call is initiated, create a keep-alive connection.1
<dubbo:protocol name="dubbo" lazy="true" />
Note: This configuration takes effect only for dubbo protocols that use keep-alive connections. ↩︎