r2dbc / r2dbc-pool

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

Is R2DBC is going to support multiple hosts or multiple nodes #169

Closed suresh0087 closed 2 years ago

suresh0087 commented 2 years ago

is R2DBC supporting for DB high availability, means R2DBC is supporting for multiple hosts or multiple nodes ?

mp911de commented 2 years ago

Generally, this is subject to drivers as the pool cannot tell the connection mechanism for a driver.