CdcPartitionReaderDebeziumOperations
Functions
Link copied to clipboard
abstract fun deserializeRecord(key: DebeziumRecordKey, value: DebeziumRecordValue, stream: Stream): DeserializedRecord?
Transforms a DebeziumRecordKey and a DebeziumRecordValue into a DeserializedRecord.
Link copied to clipboard
Identifies the null of the stream that this event belongs to, if applicable.
Link copied to clipboard
Identifies the namespace of the stream that this event belongs to, if applicable.
Link copied to clipboard
Tries to extract the WAL position from a DebeziumRecordValue.
Tries to extract the WAL position from a SourceRecord.
Link copied to clipboard
abstract fun serializeState(offset: DebeziumOffset, schemaHistory: DebeziumSchemaHistory?): OpaqueStateValue
Maps a Debezium state to an OpaqueStateValue.