r2dbc / r2dbc-pool

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

Question: Load balancing and failover attributes in connection string #182

Closed htejwani closed 1 year ago

htejwani commented 1 year ago

How do we form a connection string in r2dbc pool for Oracle to specify load balancing and failover with multiple hosts. Her's the jdbc connection string sample: jdbc:oracle:thin:@(DESCRIPTION=FAILOVER=ON)(LOAD_BALANCE=ON)(ADDRESS_LIST=(ADDRESS=.....))

htejwani commented 1 year ago

Hello, can someone please comment on this? Please let me know if the question isn't clear

mp911de commented 1 year ago

The connection pool does not implement any kind of load balancing, it's always the driver.