mfvitale commented on code in PR #15756: URL: https://github.com/apache/kafka/pull/15756#discussion_r1665307490
########## connect/transforms/src/main/java/org/apache/kafka/connect/transforms/InsertField.java: ########## @@ -54,6 +54,7 @@ private interface ConfigName { String TIMESTAMP_FIELD = "timestamp.field"; String STATIC_FIELD = "static.field"; String STATIC_VALUE = "static.value"; + String REPLACE_NULL_WITH_DEFAULT_CONFIG = "replace.null.with.default"; Review Comment: I used the same name used in `JsonConverter` to be consistent but I'm fine with the renaming. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org