[MXS-4852] KafkaCDC: Option to trigger only on specific attributes in a table record. Created: 2023-11-09 Updated: 2024-01-30 |
|
| Status: | Open |
| Project: | MariaDB MaxScale |
| Component/s: | kafkacdc |
| Affects Version/s: | 23.02.3 |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Presnickety | Assignee: | Joe Cotellese |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | performance | ||
| Environment: |
RHEL v8.2 |
||
| Description |
|
Hello, Would it be possible to have the option to trigger only on changes to selected attributes of a record instead of changes to any attribute within a record as is currently? Thanks. |
| Comments |
| Comment by markus makela [ 2023-12-04 ] |
|
I'd imagine that this sort of filtering is easier to implement in Kafka itself by processing the stream using Kafka Streams. |