[MXS-1967] Router reconfiguration Created: 2018-07-09 Updated: 2018-07-10 Resolved: 2018-07-10 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The parameters of a router should be configurable at runtime. The API is extended with a configureInstance entry point that is called when the parameters of a router are updated. How the changes are applied and when these changes take effect depend on the router and how it implements configuration reloading. For the most common router modules (readwritesplit, readconnroute), the parameters take effect for new sessions only. This keeps the behavior consistent with server additions and removals. |