| Package | Description |
|---|---|
| io.debezium.converters |
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordParser.MongodbRecordParser
Parser for records produced by MongoDB connectors.
|
static class |
RecordParser.MysqlRecordParser
Parser for records produced by MySQL connectors.
|
static class |
RecordParser.PostgresRecordParser
Parser for records produced by PostgreSQL connectors.
|
static class |
RecordParser.SqlserverRecordParser
Parser for records produced by Sql Server connectors.
|
| Modifier and Type | Field and Description |
|---|---|
protected RecordParser |
CloudEventsMaker.recordParser |
| Modifier and Type | Method and Description |
|---|---|
static RecordParser |
RecordParser.create(org.apache.kafka.connect.data.Schema schema,
Object value)
Create a concrete parser of a change record for a specific connector type.
|
| Modifier and Type | Method and Description |
|---|---|
private org.apache.kafka.connect.data.SchemaAndValue |
CloudEventsConverter.convertToCloudEventsFormat(RecordParser parser,
CloudEventsMaker maker,
org.apache.kafka.connect.data.Schema dataSchemaType,
String dataSchema,
Object serializedData) |
private org.apache.kafka.connect.data.SchemaAndValue |
CloudEventsConverter.convertToCloudEventsFormatWithDataAsAvro(String topic,
RecordParser parser,
CloudEventsMaker maker)
Creates a CloudEvents wrapper, converting the "data" to Avro.
|
static CloudEventsMaker |
CloudEventsMaker.create(RecordParser parser,
SerializerType contentType)
Create a concrete CloudEvents maker using the outputs of a record parser.
|
static CloudEventsMaker |
CloudEventsMaker.create(RecordParser parser,
SerializerType contentType,
String dataSchemaUriBase)
Create a concrete CloudEvents maker using the outputs of a record parser.
|
| Constructor and Description |
|---|
CloudEventsMaker(RecordParser parser,
SerializerType contentType,
String dataSchemaUriBase) |
MongodbCloudEventsMaker(RecordParser parser,
SerializerType contentType,
String dataSchemaUriBase) |
MysqlCloudEventsMaker(RecordParser parser,
SerializerType contentType,
String dataSchemaUriBase) |
PostgresCloudEventsMaker(RecordParser parser,
SerializerType contentType,
String dataSchemaUriBase) |
SqlserverCloudEventsMaker(RecordParser parser,
SerializerType contentType,
String dataSchemaUriBase) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.