public static class SourceRecordSerializationModule.Storage extends Object
| Modifier and Type | Field and Description |
|---|---|
List<org.apache.kafka.connect.header.Header> |
headers |
Integer |
kafkaPartition |
Object |
key |
org.apache.kafka.connect.data.Schema |
keySchema |
Map<String,?> |
sourceOffset |
Map<String,?> |
sourcePartition |
Long |
timestamp |
String |
topic |
Object |
value |
org.apache.kafka.connect.data.Schema |
valueSchema |
| Constructor and Description |
|---|
Storage() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.kafka.connect.source.SourceRecord |
build() |
Object |
key() |
Object |
value() |
public String topic
public Integer kafkaPartition
public org.apache.kafka.connect.data.Schema keySchema
public Object key
public org.apache.kafka.connect.data.Schema valueSchema
public Object value
public Long timestamp
public List<org.apache.kafka.connect.header.Header> headers
Copyright © 2016–2025. All rights reserved.