bryanck commented on code in PR #11313: URL: https://github.com/apache/iceberg/pull/11313#discussion_r1803548713
########## docs/docs/kafka-connect.md: ########## @@ -63,6 +63,7 @@ for exactly-once semantics. This requires Kafka 2.5 or later. | iceberg.tables | Comma-separated list of destination tables | | iceberg.tables.dynamic-enabled | Set to `true` to route to a table specified in `routeField` instead of using `routeRegex`, default is `false` | | iceberg.tables.route-field | For multi-table fan-out, the name of the field used to route records to tables | +| iceberg.tables.route-pattern | For topic-based routing, the format string used to route records to tables, e.g. `db.{topic}` Review Comment: I feel we should reuse `iceberg.tables.route-field` and have that support the expression syntax. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org