[CONJ-1101] Customer would like failover support found in connector-j, in other languages Created: 2023-08-17 Updated: 2023-08-17 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | Failover |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Michael Malgeri (Inactive) | Assignee: | Diego Dupin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Programming languages and environments such as python, perl, mariadb cli |
||
| Description |
|
Our customer, Oportun, has many applications that require maxscale failover. They would like this feature, found in "connector-" to be in other language and access methods. As shown in this link, https://mariadb.com/kb/en/failover-and-high-availability-with-mariadb-connector-j/ in the connection string you are able to declare multiple hosts, so if one host is unavailable a connection is made to another in the list. However, is not supported in mariadb cli, or other languages |