| Class | Description |
|---|---|
| ByLogicalTableRouter<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> |
A logical table consists of one or more physical tables with the same schema.
|
| ExtractNewRecordState<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> |
Debezium generates CDC (
Envelope) records that are struct of values containing values
before and after change. |
| ExtractNewRecordState.FieldReference |
Represents a field that should be added to the outgoing record as a header
attribute or struct field.
|
| ExtractNewRecordStateConfigDefinition | |
| SmtManager<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> |
A class used by all Debezium supplied SMTs to centralize common logic.
|
| UnwrapFromEnvelope<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> | Deprecated
Use
ExtractNewRecordState instead. |
| Enum | Description |
|---|---|
| ExtractNewRecordStateConfigDefinition.DeleteHandling |
Copyright © 2020 JBoss by Red Hat. All rights reserved.