SteNicholas commented on a change in pull request #18933:
URL: https://github.com/apache/flink/pull/18933#discussion_r819308955



##########
File path: 
flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/sink/KafkaSinkBuilder.java
##########
@@ -61,16 +62,30 @@
 
     private static final Logger LOG = 
LoggerFactory.getLogger(KafkaSinkBuilder.class);
     private static final Duration DEFAULT_KAFKA_TRANSACTION_TIMEOUT = 
Duration.ofHours(1);
+    private static final String[] warnKeys =

Review comment:
       ```suggestion
       private static final String[] WARN_KEYS =
   ```




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


Reply via email to