You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's on the roadmap, even if it probably will be slightly different from jdbc connector.
That's to be describe and discussed still, probably for 1.1.0 version.
My opinion is that multiple hosts for failover on other nodes, but only for same type (primary or replica)
JDBC connector implementation is permitting primary and replica for mysql connector compatibility.
But this induce different performance issues when switching to read-only.
It's way better to have a second pool with only read-only hosts
MariaDB Connector/J supports multiple Failover and Load Balancing Modes:
https://mariadb.com/kb/en/failover-and-high-availability-with-mariadb-connector-j/
Is this supported with mariadb-connector-r2dbc?
I'm mostly interested in replication mode.
The text was updated successfully, but these errors were encountered: