yuxiqian commented on PR #3296:
URL: https://github.com/apache/flink-cdc/pull/3296#issuecomment-2103939437

   > DropTableEvent TruncateTableEvent can be closed. Sometimes, tables cannot 
be deleted synchronously.
   
   Hi @melin, thanks for your comments. It's a common use case to apply some 
"safe" schema change events (like `AddColumnEvent`) and ignore "dangerous" 
events (like Truncate / Drop tables). So we're designing a new feature allowing 
users to configure schema change behaviour for each type of schema change 
events in [FLINK-35242](https://issues.apache.org/jira/browse/FLINK-35242). 
Feel free to leave your comments if you have any other concerns.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to