debezium-timestamp-converter
debezium-timestamp-converter copied to clipboard
Hi I added the JAR file( TimestampConverter.jar) in the connector's folder where debezium core and other related JAR files are copied earlier. But when i start the connect distributed process,...
The timestampConverter forgets to list the PostgreSQL "timestamptz" type, which stands for "timestamp with time zone". The already supported "timestamp" datatype is in PostgreSQL a "timestamp without time zone", so...
Hello, Is it possible to convert sql Datetime to DATETIMEOFFSET instead of string? Thank you
Latest Debezium/Kafka versions and downgraded to Java 8 to match Debezium otherwise you need a custom Debezium build to get this working. Replaced Immutable maps/lists introduced in Java 9 with...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...