Debezium over MySQL creates an unsupported temporal type: org.apache.kafka.connect.data.Timestamp. I added support to it as a timestamp without a timezone.
Function to convert epoch to timestamp returns the wrong date, Its mainly returns dates from the beginning of 1970 because of the calculation of seconds - Changed it from ofEpochSecond into ofEpochMilli
Added missing documentation about rich-temporal-types flag
Description
org.apache.kafka.connect.data.Timestamp
. I added support to it as a timestamp without a timezone.ofEpochSecond
intoofEpochMilli
rich-temporal-types
flagResolves
#8
PR Checklist