-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
Bug report
For bug reports, provide this information, please:
What Debezium connector do you use and what version?
3.0
What behavior do you expect?
vitess vstream filter should only include full table names.
What behavior do you see?
It includes all table names matching the filter as a prefix (ie tables with suffixes we also receive events for only to filtered out later in the emitDataChangeEvent stage, we should align thees filters).
Implementation ideas (optional)
Will put out a PR.