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



##########
File path: 
flink-connectors/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/util/KinesisConfigUtilTest.java
##########
@@ -180,6 +182,104 @@ public void 
testUnrecognizableCredentialProviderTypeInConfig() {
                KinesisConfigUtil.validateAwsConfiguration(testConfig);
        }
 
+       // 
----------------------------------------------------------------------
+       // validateEFOConfiguration() tests
+       // 
----------------------------------------------------------------------
+
+       @Test
+       public void testNoRecordPublisherTypeInConfig() {
+               Properties testConfig = TestUtils.getStandardProperties();
+
+               KinesisConfigUtil.validateEFOConfiguration(testConfig, new 
ArrayList<>());

Review comment:
       I've overload the method, so no need to write the `new ArrayList<>()` 
now.




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