From 4d5557cc39718a4ae0c8d5821936b5c6d2fa01ac Mon Sep 17 00:00:00 2001 From: Tova Cohen Date: Tue, 11 Aug 2020 11:31:41 -0400 Subject: [PATCH] DBZ-2226 This unconditionalizes the JSON representation note since it is applicable downstream --- .../modules/mysql-connector/con-mysql-connector-events.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/modules/ROOT/partials/modules/mysql-connector/con-mysql-connector-events.adoc b/documentation/modules/ROOT/partials/modules/mysql-connector/con-mysql-connector-events.adoc index 9c49725ed..1f8ed2dd2 100644 --- a/documentation/modules/ROOT/partials/modules/mysql-connector/con-mysql-connector-events.adoc +++ b/documentation/modules/ROOT/partials/modules/mysql-connector/con-mysql-connector-events.adoc @@ -372,10 +372,8 @@ endif::community[] |`payload` |The value's actual data. This is the information that the change event is providing. -ifdef::community[] It may appear that the JSON representations of the events are much larger than the rows they describe. This is because the JSON representation must include the schema and the payload portions of the message. However, by using the {link-prefix}:{link-avro-serialization}[Avro converter], you can significantly decrease the size of the messages that the connector streams to Kafka topics. -endif::community[] |4 |`op`