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
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
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
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.