public class SimpleKvSourceRecordMapper extends Object implements KvSourceRecordMapper
| Constructor and Description |
|---|
SimpleKvSourceRecordMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,?> configs) |
org.apache.kafka.connect.source.SourceRecord |
map(KvRecord record) |
public void configure(Map<String,?> configs)
configure in interface KvSourceRecordMapperconfigure in interface org.apache.kafka.common.Configurablepublic org.apache.kafka.connect.source.SourceRecord map(KvRecord record)
map in interface KvSourceRecordMapperCopyright © 2020 CastorM. All rights reserved.