Lazy Connect
Lazy connect in dubbo
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. ↩︎
Last modified December 22, 2020: clean up website (6e41905afa)