ruanhang1993 commented on a change in pull request #17994:
URL: https://github.com/apache/flink/pull/17994#discussion_r788393552



##########
File path: 
flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/table/KafkaConnectorOptions.java
##########
@@ -291,5 +310,36 @@ public InlineElement getDescription() {
         }
     }
 
+    /** End mode for the Kafka consumer, see {@link #SCAN_END_MODE}. */
+    public enum ScanEndMode implements DescribedEnum {
+        END_LATEST_OFFSET("end-latest-offset", text("end from the latest 
offset.")),

Review comment:
       The description could be changed to 'Stop at the latest offsets'.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to