[MXS-1074] Move configuration processing into the core Created: 2017-01-04 Updated: 2017-12-01 Resolved: 2017-01-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | N/A |
| Fix Version/s: | 2.1.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-25 |
| Description |
|
The configuration validation and processing should be done by the MaxScale core. This would make the initialization of the modules a lot simpler. |
| Comments |
| Comment by markus makela [ 2017-01-16 ] |
|
The MaxScale core now validates and parses the configuration. The values can be accessed using type specific functions defined in include/maxscale/config.h. |