Open jddipqd opened 3 years ago
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
We use multi-cluster setup with loadbalance: loadbalancing mode. Is there a plan to support it in reactive connector ? Thanks in advance
Is there any update to this? Looking forward to failover host option for R2DBC connector.
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.