You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Martin Sillence (Jira)" <ji...@apache.org> on 2021/02/23 17:21:00 UTC

[jira] [Created] (KAFKA-12364) add support for date from int32 to timestampconverter

Martin Sillence created KAFKA-12364:
---------------------------------------

             Summary: add support for date from int32 to timestampconverter
                 Key: KAFKA-12364
                 URL: https://issues.apache.org/jira/browse/KAFKA-12364
             Project: Kafka
          Issue Type: New Feature
          Components: KafkaConnect
            Reporter: Martin Sillence


org.apache.kafka.connect.transforms.TimestampConverter

currently can convert from int64, string etc to a timestamp or date

 

I need to convert from int32 used to hold days since 1970 to a date this I believe is the default for kafka streams

org.apache.kafka.connect.data.Date looks like it already supports this conversion



--
This message was sent by Atlassian Jira
(v8.3.4#803005)