-
Notifications
You must be signed in to change notification settings - Fork 98
multiple servers in the url #183
Comments
Official documentation says the multiple hosts are supported. https://r2dbc.io/spec/0.8.1.RELEASE/api/io/r2dbc/spi/ConnectionFactories.html But the issue here says, the driver has to support the multiple hosts too. Consequently I see the exception below when I add muliple hosts in the connection url.
|
Hi
jdbc allowed multiple servers in the url like this.
jdbc:mysql://dbsrt2511:3306,dbsrt2512:3306,dbsrt2516:3306
But something similar with r2dbc isn't working
r2dbc:mysql://dbsrt2511:3306,dbsrt2512:3306,dbsrt2516:3306
Is this an issue at r2dbc-mysql level or r2dbc level ?
The text was updated successfully, but these errors were encountered: