-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
1.4
-
Undefined
-
-
I recently upgraded to debezium 1.4 in our dev environment, and noticed our field _source_ts_ms was no longer populating. After some digging, I noticed that the field was being populated as _null_ts_ms. This appears to me to be related to the addition of this line (the function called returns null for an input of ts_ms).
For me personally, this is a problem as some our upsert solution is based upon __source_ts_ms, which - since the key is now missing in the message, returns null for all new values.