| Package | Description |
|---|---|
| io.debezium.embedded |
| Modifier and Type | Field and Description |
|---|---|
private EmbeddedEngine.ChangeConsumer |
EmbeddedEngine.handler |
| Modifier and Type | Method and Description |
|---|---|
private static EmbeddedEngine.ChangeConsumer |
EmbeddedEngine.buildDefaultChangeConsumer(Consumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedEngine.Builder |
EmbeddedEngine.Builder.notifying(EmbeddedEngine.ChangeConsumer handler)
Pass a custom ChangeConsumer override the default implementation,
this allows for more complex handling of records for batch and async handling
|
| Constructor and Description |
|---|
EmbeddedEngine(Configuration config,
ClassLoader classLoader,
Clock clock,
EmbeddedEngine.ChangeConsumer handler,
EmbeddedEngine.CompletionCallback completionCallback,
EmbeddedEngine.ConnectorCallback connectorCallback,
OffsetCommitPolicy offsetCommitPolicy) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.