-
Task
-
Resolution: Unresolved
-
Major
-
None
Currently we have duplicate code in all *ConnectorConfig's to access Filters config (db/schema, table, column/field include/exclude lists) and pass it to the Filters component.
We should create a FiltersConfig class in the `relational` namespace of debezium-core and pass only that to the Filters component instead of the seperate setup in every connector.
- is related to
-
DBZ-1433 Unify filter handling
- Open