crazyzhou commented on a change in pull request #17064:
URL: https://github.com/apache/flink/pull/17064#discussion_r703127996



##########
File path: 
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/connector/kafka/source/reader/KafkaSourceReaderTest.java
##########
@@ -83,7 +83,7 @@ public static void setup() throws Throwable {
         KafkaSourceTestEnv.setup();
         try (AdminClient adminClient = KafkaSourceTestEnv.getAdminClient()) {
             adminClient.createTopics(
-                    Collections.singleton(new NewTopic(TOPIC, NUM_SPLITS, 
(short) 1)));
+                    Collections.singleton(new NewTopic(TOPIC, 
KafkaSourceTestEnv.NUM_PARTITIONS, (short) 1)));

Review comment:
       Yes, sure, added in 1479815




-- 
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...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to