debezium-timestamp-converter
debezium-timestamp-converter copied to clipboard
First, thanks so much for your work on this! It definitely addresses a need we have, specifically in going from a Debezium CDC stream to a JDBC connector, where inserts...
I've to used timestamp converter with SMT "io.debezium.connector.mongodb.transforms.ExtractNewDocumentState" but message in topic unix timestamp fields not convert to format that i want here is my example configuration of kafka connector...
Hi team, We are using the timestamp converter and our organization policy restricts us to use snapshot in jar name . Can you please create a release version of the...
This should fix a very weird case in which timestamp for a date returned the wrong year. For instance, original database date is `2021-12-31` debezium timestamp then is `1640908800000` but...
It looks like the datetime type for MySQL does not return the correct value when the seconds part of the datetime is `:00`. For example, the datetime 2023-04-15T12:34:00 in MySQL...
Hallo Sirr.... Nice to Meet You... You Create a very Good Package for Timestamp Converter Debezium... Actually I use the Debezium Timestamp Converter for Our Debezium Streaming... But We need...
Hi, I have the follow table in my source database (MS SQL 2019). Precisions are lost for the following data type: | data type | value in database | converted...
I was trying this plugin, works flawlessly with Timestamp etc but not with Time. All time fields keep returning None. My config: ``` "converters": "timestampConverter", "timestampConverter.type": "oryanmoshe.kafka.connect.util.TimestampConverter", "timestampConverter.format.time": "HH:mm:ss", "timestampConverter.format.date":...
- Changing the debeziun lib version to 1.2.2.Final; - Adding the slf4j log lib and remove sout; - Making some corrections and improvements in general in the code to execute...