bryanck opened a new issue, #11163: URL: https://github.com/apache/iceberg/issues/11163
### Feature Request / Improvement Currently the Kafka Connect sink supports writing to multiple tables, and you can configure the sink to route a record to a table based on a field value. A common use case of the sink is ingesting from multiple source topics and writing to multiple tables, routing records to tables based on the source topic rather than a field value. This can be achieved by adding the topic name to the record via an SMT, but a better approach would be to use the record's topic without having to add a field. ### Query engine None ### Willingness to contribute - [X] I can contribute this improvement/feature independently - [ ] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- 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]
