[
https://issues.apache.org/jira/browse/KAFKA-4758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-4758.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.10.3.0
Issue resolved by pull request 2533
[https://github.com/apache/kafka/pull/2533]
> Connect WorkerSinkTask is missing checks for NO_TIMESTAMP
> ---------------------------------------------------------
>
> Key: KAFKA-4758
> URL: https://issues.apache.org/jira/browse/KAFKA-4758
> Project: Kafka
> Issue Type: Bug
> Components: KafkaConnect
> Reporter: Jason Gustafson
> Assignee: Ryan P
> Fix For: 0.10.3.0
>
>
> The current check for NO_TIMESTAMP_TYPE is not sufficient. Upconverted
> messages will have a timestamp type, but if the topic is set to use
> CREAT_TIME, the timestamp will be NO_TIMESTAMP (-1). We should use {{null}}
> in that case.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)