asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

Apply lazy load on MySqlAuthProvider instances #127

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: Better load singleton instances when we really need it.

Modifications: Apply Lazy Load on AuthProviders.

Results: Less memory footprint.