[MXS-2197] Make all routers C++ Created: 2018-11-27 Updated: 2019-04-18 Resolved: 2019-04-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | 2.4.0 |
| Type: | Task | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Make Everything C++11 |
| Sprint: | MXS-SPRINT-71, MXS-SPRINT-72, MXS-SPRINT-73 |
| Description |
|
Use router and filter templates for all router and filter modules. Make APIs C++ to make it better. Add destructors to all routers and filters. |
| Comments |
| Comment by markus makela [ 2019-01-13 ] |
|
Readwritesplit, readconnroute and schemarouter use the router template class. The routers that do not use it and have not been changed are:
|
| Comment by markus makela [ 2019-04-18 ] |
|
The rest are either deprecated or not worth the effort (better alternatives exist) to convert to use the router template. |