molsionmo opened a new issue, #4723: URL: https://github.com/apache/iceberg/issues/4723
**Is your feature request related to a problem? Please describe this feature request.** Flink CDC now supports that capture multiple tables in a database into chang log stream:JoinedRowData(with value and value schema). Iceberg FlinkSink can realize a feature that support for writes multiple tables in a database **Describe the solution you'd like** org.apache.iceberg.flink.sink.FlinkSink just support one table sink based on change log stream(RowData) with pre-defined structure, such as org.apache.iceberg.flink.sink.TestFlinkIcebergSinkV2#testChangeLogOnIdKey.It has pre-defined structure(id data), and send rows that like record(1, "bbb") one by one. we can realize another FlinkSink that support for writes multiple tables in a database base on JoinedRowData and catalog. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
