tet123/documentation
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
..
modules/ROOT DBZ-2897 Extended RecordCommitter interface to handle updated source offsets. 2021-02-17 08:41:01 +01:00
antora.yml [documentation] Fix Debezium server nightly download link 2021-02-10 08:37:03 +01:00