Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.6, 1.14.5, 1.15.1
Description
https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/connectors/datastream/kafka/
The timestamp unit of startingOffset is second in kafkaSource doc, but it should be milliseconds. It will mislead flink users.
It should be milliseconds, because the timestamp is used in OffsetSpec.fromTimestamp() , and the comment is : @param timestamp in milliseconds
By the way, the timestamp is milliseconds in old source doc. link: https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/connectors/datastream/kafka/#kafka-consumers-start-position-configuration
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-22722 Add Documentation for Kafka New Source
- Resolved
- links to