ysmintor opened a new issue, #6502: URL: https://github.com/apache/seatunnel/issues/6502
### 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. ### Description I want to achieve synchronization between MySQL databases, and there are about 400 separate tables in the database. The examples I have seen use "select * from xxx," which requires configuring the table name. In this case, I need to synchronize an entire database, and the table names can be the same as the source database, or support using regular expressions for table names. The important thing is that the sink side needs to support multiple tables, and configuring hundreds of table names manually is too cumbersome. --- 我想实现MySQL database 到 MySQL database 同步,库里做了分表,大概400多张,看了示例都是 select * from xxx,这种都要配置表名,这种案例是要同步一个库,表名用源库表名即可,或者支持表名用正则包括,重要是 sink 端要实现多表,表名几百张要全配置实在太多了。 ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
