tet123/support
Thomas Thornton 8d87f5feae DBZ-2897 Extended RecordCommitter interface to handle updated source offsets.
Extended the DebeziumEngine interface to include a new method for marking a
record processed with updated source offsets. Implemented the new interface
method in both ConvertingEngineBuilder and EmbeddedEngine. EmbeddedEngine
creates a new SourceRecord with the updated sourceOffsets and passes this
to the original markProcessed method. Added a unit test in EmbeddedEngineTest
that verifies that the file offset storage contains the updated source offset’s
partition. Added a revapi ignore case to prevent failure from a method added
to an interface without a default method. Updated docs for Debezium Engine
that describe the new functionality.
2021-02-17 08:41:01 +01:00
..
checkstyle [maven-release-plugin] prepare for next development iteration 2021-02-06 01:25:23 -05:00
ide-configs [maven-release-plugin] prepare for next development iteration 2021-02-06 01:25:23 -05:00
revapi DBZ-2897 Extended RecordCommitter interface to handle updated source offsets. 2021-02-17 08:41:01 +01:00