DBZ-7368: fix double space

This commit is contained in:
Enzo Cappa 2024-02-10 09:39:27 -08:00 committed by Chris Cranford
parent 1c420ec092
commit 323f3fcc28

View File

@ -231,7 +231,7 @@ To use this format, the data type of the source column must be JSON (for example
[[expanding-escaped-json-string-as-json]] [[expanding-escaped-json-string-as-json]]
==== Expanding escaped JSON String as JSON ==== Expanding escaped JSON String as JSON
When a {prodname} outbox message represents the `payload` as a JSON String, the resulting Kafka message escapes the string as in the following example: When a {prodname} outbox message represents the `payload` as a JSON String, the resulting Kafka message escapes the string as in the following example:
[source,javascript,indent=0] [source,javascript,indent=0]
---- ----