xiaolong-sn commented on a change in pull request #12920:
URL: https://github.com/apache/flink/pull/12920#discussion_r457983934



##########
File path: 
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/KinesisConfigUtil.java
##########
@@ -169,6 +245,72 @@ public static void 
validateConsumerConfiguration(Properties config) {
                }
        }
 
+       /**
+        * Validate the record publisher type.
+        * @param config config properties
+        * @return if `ConsumerConfigConstants.RECORD_PUBLISHER_TYPE` is set, 
return the parsed record publisher type. Else return polling record publisher 
type.

Review comment:
       I see, I'll use the {@code} here.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to