Interface DebeziumEngine.ChangeConsumer<R>

Enclosing interface:
DebeziumEngine<R>

public static interface DebeziumEngine.ChangeConsumer<R>
A contract invoked by the embedded engine when it has received a batch of change records to be processed. Allows to process multiple records in one go, acknowledging their processing once that's done.