Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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