Prepare binlogrouter for removal of router_options

To prepare the router's for the eventual removal of the router_options
parameter, the API option arguments should not be used. The parameters can
be substituted by tokenizing the value of the parameter that is still
stored as a part of the service.
This commit is contained in:
Markus Mäkelä
2018-07-09 22:23:31 +03:00
parent b320217212
commit e353d14550
5 changed files with 203 additions and 229 deletions

View File

@ -40,6 +40,12 @@ The switchover command in *mariadbmon* can now be called with just the monitor
name as parameter. In this case the monitor will automatically select a server
for promotion.
### `router_options` in Binlogrouter
The use of `router_options` with the binlogrouter module is deprecated in
MaxScale 2.3 and will be removed in a subsequent release. The
`router_options` should be converted into separate parameters.
## Dropped Features
### Configuration Reloading