| Package | Description |
|---|---|
| io.debezium.embedded |
| Modifier and Type | Method and Description |
|---|---|
protected EmbeddedEngine.RecordCommitter |
EmbeddedEngine.buildRecordCommitter(org.apache.kafka.connect.storage.OffsetStorageWriter offsetWriter,
org.apache.kafka.connect.source.SourceTask task,
Duration commitTimeout)
Creates a new RecordCommitter that is responsible for informing the engine
about the updates to the given batch
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedEngine.ChangeConsumer.handleBatch(List<org.apache.kafka.connect.source.SourceRecord> records,
EmbeddedEngine.RecordCommitter committer)
Handles a batch of records, calling the
markProcessed(SourceRecord)
for each record and markBatchFinished() when this batch is finished. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.