| Package | Description |
|---|---|
| io.debezium.converters |
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudEventsMaker.MongodbCloudEventsMaker
CloudEvents maker for records produced by MongoDB connector.
|
static class |
CloudEventsMaker.MysqlCloudEventsMaker
CloudEvents maker for records produced by MySQL connector.
|
static class |
CloudEventsMaker.PostgresCloudEventsMaker
CloudEvents maker for records produced by PostgreSQL connector.
|
static class |
CloudEventsMaker.SqlserverCloudEventsMaker
CloudEvents maker for records produced by SQL Server connector.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.