r2dbc / r2dbc-pool

Connection Pooling for Reactive Relational Database Connectivity
https://r2dbc.io
Apache License 2.0
332 stars 55 forks source link

Allow enabling JMX via PoolingConnectionFactoryProvider #83

Closed dandew closed 3 years ago

dandew commented 4 years ago

Feature Request

Is your feature request related to a problem? Please describe

It's not possible to set the registerJmx to true via PoolingConnectionFactoryProvider.

Describe the solution you'd like

Describe alternatives you've considered

None.

Teachability, Documentation, Adoption, Migration Strategy

This is backwards compatible and should not affect existing users: if the option is not used, it's just going to be ignored.

mp911de commented 4 years ago

Great proposal. Do you want to submit a pull request?

tginsberg commented 3 years ago

I would like to give this a try if the original submitter is not going to.

mp911de commented 3 years ago

Feel free, the last activity is from a month ago.