Open chzzk-cheese opened 11 months ago
@chzzk-cheese The MySQL datetime field obtained by the Kafka connector is a timestamp in milliseconds. You cannot directly write a millisecond timestamp into the Starrocks datetime column. You need to use the from_unixtime function to perform a conversion.
@zaorangyang Can you update debezium version from 1.8.1 to 2.4.1 Final to allow me use TimezoneConverter
?
https://debezium.io/documentation/reference/nightly/transformations/timezone-converter.html
Issue : There's an issue where MySQL datetime type data is being synchronized as null in StarRocks.
There is create_ymdt and update_ymdt data in topic.
But those data is being synchronized as null in StarRocks.