[
https://issues.apache.org/jira/browse/FLINK-15220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995439#comment-16995439
]
Timo Walther commented on FLINK-15220:
--------------------------------------
Maybe we should just allow:
'connector.startup-timestamp' = '201456789'
Because this is the official Kafka timestamp format and no side effects during
conversion can occur. If you think having a human readable format is important
because also other Kafka tools offer that, we should offer both in properties
as well:
'connector.startup-timestamp-millis' = '5678906789'
'connector.startup-timestamp' = '2019-12-12 10:11:23.123'
> Add startFromTimestamp in KafkaTableSource
> ------------------------------------------
>
> Key: FLINK-15220
> URL: https://issues.apache.org/jira/browse/FLINK-15220
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Kafka
> Affects Versions: 1.10.0
> Reporter: Paul Lin
> Priority: Major
>
> KafkaTableSource supports all startup modes in DataStream API except
> `startFromTimestamp`, but `startFromTimestamp` is a common and valid use case
> in Table/SQL API as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)