-
Bug
-
Resolution: Done
-
Major
-
0.7.3, 0.7.4
-
None
EmbeddedEngine records the time of last commit after offsets are committed to OffsetStorageWriter here:
Note that the variable is called `timeSinceLastCommit`, but actually contains the number of millis since the epoch.
PR provided here: https://github.com/debezium/debezium/pull/489