Remove router_options
Relaced router_options with configuration parameters in the createInstance router entry point. The same needs to be done for the filter API as barely any filters use the feature. Some routers (binlogrouter) still support router_options but using it is deprecated. This had to be done as their use wasn't deprecated in 2.2.
This commit is contained in:
@ -58,6 +58,11 @@ The use of `router_options` with avrorouter was deprecated in MaxScale 2.1. In
|
||||
MaxScale 2.3, the use of `router_options` is no longer supported and the options
|
||||
should be given as parameters instead.
|
||||
|
||||
### `router_options` in readwritesplit
|
||||
|
||||
The use of `router_options` with readwritesplit, which was deprecated in
|
||||
MaxScale 2.2.0, has been removed in MaxScale 2.3.0.
|
||||
|
||||
### `QUERY-LAST-TRANSACTION` and `QUERY-TRANSACTION` CDC commands
|
||||
|
||||
The CDC protocol no longer accepts the `QUERY-LAST-TRANSACTION` and
|
||||
|
||||
Reference in New Issue
Block a user