xiaoHoly commented on a change in pull request #14531:
URL: https://github.com/apache/flink/pull/14531#discussion_r558004634



##########
File path: 
flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/KafkaSource.java
##########
@@ -108,6 +108,15 @@
         return new KafkaSourceBuilder<>();
     }
 
+    /**
+     * Returns the props for the Kafka Source.
+     *
+     * @return props for the Kafka Source.
+     */
+    public Properties getProps() {

Review comment:
        I think  getProps() and getBoundedness() in KafkaSource are similar,we 
need get props from KafkaSource object.
   




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


Reply via email to