igorvoltaic opened a new pull request, #16558:
URL: https://github.com/apache/iceberg/pull/16558

   The property which allows mapping Kafka topics to Iceberg tables:
   
   An example config would look like:
   
iceberg.tables.topic-to-table-mapping=some_topic0:table_name0,some_topic1:table_name1
   
   Similar approach implemented in SnowflakeSink, 
[ClickhouseSink](https://github.com/ClickHouse/clickhouse-kafka-connect/pull/211/files),
 [Aiven 
JdbcSink](https://github.com/Aiven-Open/jdbc-connector-for-apache-kafka/pull/38/files).
 Probably I can call it a standard way of static routing data in sink 
connectors at the moment.
   
   Still think this is the most intuitive and natural way for static topic to 
table routing
   
   ## Supersedes #10422
   
   Previous discussion can be found in #10422.
   
   **Reason for new PR:** After rebasing, the original PR could not be reopened 
due to GitHub's branch history protection.


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

Reply via email to