ismailsimsek commented on code in PR #12070:
URL: https://github.com/apache/iceberg/pull/12070#discussion_r2041568780


##########
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/IcebergSinkConfig.java:
##########
@@ -68,6 +68,8 @@ public class IcebergSinkConfig extends AbstractConfig {
   private static final String TABLES_PROP = "iceberg.tables";
   private static final String TABLES_DYNAMIC_PROP = 
"iceberg.tables.dynamic-enabled";
   private static final String TABLES_ROUTE_FIELD_PROP = 
"iceberg.tables.route-field";
+  private static final String TABLES_CDC_FIELD_PROP = 
"iceberg.tables.cdcField";
+  private static final String TABLES_UPSERT_MODE_ENABLED_PROP = 
"iceberg.tables.upsertModeEnabled";

Review Comment:
   updated naming to `cdc-field`



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

Reply via email to