kafka-connect-storage-common
kafka-connect-storage-common copied to clipboard
add a property to tell timestamp extractor whether timestamp value is in seconds or milliseconds
timestamp extractor assumes that timestamp value is in seconds which is causing an issue mentioned in https://github.com/confluentinc/kafka-connect-storage-common/issues/120#issuecomment-578459085
adding a property to tell timestamp extractor that timestamp is in seconds will help resolve this issue.
in general this should be much more flexible especially with financial data often timestamps are in microseconds.