r2dbc / r2dbc-pool

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

Please make registerJmx and pool name externally configurable for Spring Boot #122

Closed amoffet closed 3 years ago

amoffet commented 3 years ago

Versions

Driver: PostgreSQL 0.8.7.RELEASE Database: PostgreSQL 11 Java: 8 OS: OSX Current Behavior

registerJmx, along with the name of the pool, should be externally configurable in R2dbcProperties.Pool through R2dbcAutoConfiguration.

Expected behavior/code

I would like to be able to be configured registerJmx and the pool name externally if I am using Spring Boot

mp911de commented 3 years ago

That issue was fixed with #113.