zentol closed pull request #7137: [hotfix] Fix typo in FlinkKafkaConsumerBase.
URL: https://github.com/apache/flink/pull/7137
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java
b/flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java
index cfb5b6d510d..d6686c952be 100644
---
a/flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java
+++
b/flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java
@@ -326,7 +326,7 @@ public FlinkKafkaConsumerBase(
*
* <p>This setting will only have effect if checkpointing is enabled
for the job.
* If checkpointing isn't enabled, only the "auto.commit.enable" (for
0.8) / "enable.auto.commit" (for 0.9+)
- * property settings will be
+ * property settings will be used.
*
* @return The consumer object, to allow function chaining.
*/
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services