Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.2, 1.1.3, 1.1.4
-
None
Description
Contrary to what documentation indicate, high availability part of connection string like "r2dbc:mariadb:[sequential|loadbalancing]://..." doesn't parse HA part, working exactly like if none has been set.
Other notations works ok :
Builders:
MariadbConnectionConfiguration.builder()
.connectTimeout(Duration.ofMillis(150))
.haMode("LOADBALANCE")
...
or using option, like"r2dbc:mariadb:[sequential|loadbalancing]://host/db?haMode=LOADBALANCE"