[docs] Fix typo

Fix use of line continuation (+) character in a table cell, which caused the character to render in the published doc
This commit is contained in:
roldanbob 2022-06-28 12:27:08 -04:00 committed by GitHub
parent dfdcad9d52
commit 6b92730f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1146,8 +1146,8 @@ a|Mandatory string that describes the type of operation. The `op` field value is
|3 |3
|`ts_ms` |`ts_ms`
a|Optional field that displays the time at which the connector processed the event. The time is based on the system clock in the JVM running the Kafka Connect task. + a|Optional field that displays the time at which the connector processed the event. The time is based on the system clock in the JVM running the Kafka Connect task. +
+
In the `source` object, `ts_ms` indicates the time that the change was made in the database. By comparing the value for `payload.source.ts_ms` with the value for `payload.ts_ms`, you can determine the lag between the source database update and {prodname}. In the `source` object, `ts_ms` indicates the time that the change was made in the database. By comparing the value for `payload.source.ts_ms` with the value for `payload.ts_ms`, you can determine the lag between the source database update and {prodname}.
|=== |===