DBZ-7418 Assign unique name to callout table

(cherry picked from commit e50b83034dcf2355247695748d158b41a21f3fdb)
This commit is contained in:
roldanbob 2024-02-16 17:21:17 -05:00
parent ad472b7890
commit e94deb924c

View File

@ -40,7 +40,7 @@ The CloudEvents specification defines:
* A set of standardized event attributes * A set of standardized event attributes
* Rules for defining custom attributes * Rules for defining custom attributes
* Encoding rules for mapping event formats to serialized representations such as JSON or Avro * Encoding rules for mapping event formats to serialized representations such as JSON or Apache Avro
* Protocol bindings for transport layers such as Apache Kafka, HTTP or AMQP * Protocol bindings for transport layers such as Apache Kafka, HTTP or AMQP
To configure a {prodname} connector to emit change event records that conform to the CloudEvents specification, {prodname} provides the `io.debezium.converters.CloudEventsConverter`, which is a Kafka Connect message converter. To configure a {prodname} connector to emit change event records that conform to the CloudEvents specification, {prodname} provides the `io.debezium.converters.CloudEventsConverter`, which is a Kafka Connect message converter.
@ -180,7 +180,7 @@ The following example also shows what a CloudEvents change event record emitted
"data" : "AAAAAAEAAgICAg==" <3> "data" : "AAAAAAEAAgICAg==" <3>
} }
---- ----
.Descriptions of fields in a CloudEvents change event record .Descriptions of fields in a CloudEvents event record for a connector that uses Avro to format data
[cols="1,7",options="header",subs="+attributes"] [cols="1,7",options="header",subs="+attributes"]
|=== |===
|Item |Description |Item |Description