[MXS-3095] kafkaCDC DML events not include table_schema,table_name information Created: 2020-07-27 Updated: 2020-08-25 Resolved: 2020-08-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | cdc |
| Affects Version/s: | 2.5.1 |
| Fix Version/s: | 2.5.3 |
| Type: | New Feature | Priority: | Major |
| Reporter: | wilsonlau | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-113 |
| Description |
|
when consume kafkacdc , DML events not include schame,table information, it hard to program biz logic |
| Comments |
| Comment by markus makela [ 2020-08-18 ] |
|
I think we can just add the table_name and table_schema to the DML events, it shouldn't cause problems. |
| Comment by wilsonlau [ 2020-08-19 ] |
|
thanks, this feature is important for CDC, it is greate if come true next version |
| Comment by wilsonlau [ 2020-08-25 ] |
|
Hi makela |
| Comment by markus makela [ 2020-08-25 ] |
|
wilsonlau78 you can find the current code on the 2.5 branch on GitHub. |
| Comment by wilsonlau [ 2020-08-25 ] |
|
build error c+: error: unrecognized command line option ‘-std=c+14’ |
| Comment by markus makela [ 2020-08-25 ] |
|
You need a newer compiler. |
| Comment by wilsonlau [ 2020-08-25 ] |
|
ok, thanks |