davidzollo opened a new issue, #11044: URL: https://github.com/apache/seatunnel/issues/11044
## Background Even when schema evolution is enabled, users may not want every schema change event to flow through the job. A practical CDC setup often needs to allow or block selected categories such as create table, add column, drop column, rename column, or truncate. ## Proposed change Add configuration that allows CDC jobs to include or exclude schema change event types explicitly. ## Expected behavior - Users can restrict which schema change event types are propagated. - Exclude rules have deterministic precedence when both include and exclude are configured. - The supported event taxonomy is documented clearly. ## Acceptance criteria - CDC jobs accept include/exclude configuration for schema change event types. - Filtering is applied before downstream schema evolution handling. - Invalid event names fail fast with clear validation messages. - English and Chinese docs are updated with examples. - Add focused tests for filter precedence and event selection. ## Out of scope - Defining the overall schema change behavior policy modes. - Startup mode enhancements. - New metadata fields. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
