zentol commented on a change in pull request #10762: [FLINK-15115][kafka] Drop 
Kafka 0.8/0.9
URL: https://github.com/apache/flink/pull/10762#discussion_r365612987
 
 

 ##########
 File path: 
flink-connectors/flink-connector-kafka-0.10/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer010.java
 ##########
 @@ -130,7 +162,7 @@ public FlinkKafkaConsumer010(List<String> topics, 
DeserializationSchema<T> deser
         *           The properties that are used to configure both the fetcher 
and the offset handler.
         */
        public FlinkKafkaConsumer010(List<String> topics, 
KafkaDeserializationSchema<T> deserializer, Properties props) {
-               super(topics, deserializer, props);
+               this(topics, null, deserializer, props);
 
 Review comment:
   Will add Nullable with the same reasoning as for the list of topics.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to