| Modifier and Type | Field and Description |
|---|---|
static String |
AFTER
The
after field is used to store the state of a record after an operation. |
static String |
BEFORE
The
before field is used to store the state of a record before an operation. |
static String |
OPERATION
The
op field is used to store the kind of operation on a record. |
static String |
SOURCE
The
origin field is used to store the information about the source of a record, including the
Kafka Connect partition and offset information. |
static String |
TIMESTAMP
The
ts_ms field is used to store the information about the local time at which the connector
processed/generated the event. |
static String |
TRANSACTION
The optional metadata information associated with transaction - like transaction id.
|
| Constructor and Description |
|---|
FieldName() |
public static final String BEFORE
before field is used to store the state of a record before an operation.public static final String AFTER
after field is used to store the state of a record after an operation.public static final String OPERATION
op field is used to store the kind of operation on a record.public static final String SOURCE
origin field is used to store the information about the source of a record, including the
Kafka Connect partition and offset information.public static final String TRANSACTION
public static final String TIMESTAMP
ts_ms field is used to store the information about the local time at which the connector
processed/generated the event. The timestamp values are the number of milliseconds past epoch (January 1, 1970), and
determined by the JVM current time in milliseconds. Note that the accuracy
of the timestamp value depends on the JVM's system clock and all of its assumptions, limitations, conditions, and
variations.Copyright © 2021 JBoss by Red Hat. All rights reserved.