Re: [I] Does MySQL CDC have plans to support DDL [seatunnel]

2024-08-22 Thread via GitHub
dibrother closed issue #7454: Does MySQL CDC have plans to support DDL URL: https://github.com/apache/seatunnel/issues/7454 -- 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 u

Re: [I] Does MySQL CDC have plans to support DDL [seatunnel]

2024-08-22 Thread via GitHub
dibrother commented on issue #7454: URL: https://github.com/apache/seatunnel/issues/7454#issuecomment-2303978347 He can execute successfully, thank you! -- 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

Re: [I] Does MySQL CDC have plans to support DDL [seatunnel]

2024-08-22 Thread via GitHub
dailai commented on issue #7454: URL: https://github.com/apache/seatunnel/issues/7454#issuecomment-2303955019 It does, but you need to enable it via this configuration in mysql-cdc source. debezium = { include.schema.changes = true } -- This is an automated message from the

[I] Does MySQL CDC have plans to support DDL [seatunnel]

2024-08-22 Thread via GitHub
dibrother opened a new issue, #7454: URL: https://github.com/apache/seatunnel/issues/7454 ### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.