This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
R2DBC doesn't support for Multiple Host based connection pool #169
Comments
Hi there, apologies for the late reply. Currently, this would not be a driver issue. R2DBC was using r2dbc-pool for pooling, and the driver implementation would not consider about connection pool. If this problem still bothers you, could you please create a ticket in the r2dbc pool issues? |
r2dbc Pool is saying this should be addressed by driver project as per below |
Hi @mirromutth, is R2DBC is supporting for mutliple hosts currently ? |
Hi @mirromutth , could you please help on supporting multiple hosts for r2dbc |
@mirromutth Are you actively maintaining this project? There seems to be no response on the open issue! Imho, this is a very basic need to consider using this driver. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, R2DBC don't provide the support for the connection pool with a read replica URL. Its throwing unknown host exception.
java.net.UnknownHostException: failed to resolve 'host1:3306,replica1:3306' after 2 queries .
Below is the Link for Stack over flow
https://stackoverflow.com/questions/66172770/spring-data-read-replica-setting-for-r2dbc
The text was updated successfully, but these errors were encountered: