You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, r2dbc-mysql lacks support for custom loopResources. This limitation hinders the ability to optimize performance and manage resources efficiently, especially in scenarios requiring customized event loop management.
Describe the solution you'd like
I propose the introduction of support for custom loop resources via MySqlConnectionConfiguration builder.
Additional context
The need for custom loop resource support is exemplified by the issue discussed in r2dbc-pool#190, where it was observed that using custom loopResources could avoid accidental thread co-location, enhancing performance.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, r2dbc-mysql lacks support for custom loopResources. This limitation hinders the ability to optimize performance and manage resources efficiently, especially in scenarios requiring customized event loop management.
Describe the solution you'd like
I propose the introduction of support for custom loop resources via
MySqlConnectionConfiguration
builder.Additional context
The need for custom loop resource support is exemplified by the issue discussed in r2dbc-pool#190, where it was observed that using custom loopResources could avoid accidental thread co-location, enhancing performance.
The text was updated successfully, but these errors were encountered: