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. ↩︎
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 22, 2021: Merge branch 'master' of https://github.com/apache/dubbo-website (f48eac9)
