momo-jun commented on code in PR #16891: URL: https://github.com/apache/pulsar/pull/16891#discussion_r934483171
########## site2/docs/io-debezium-source.md: ########## @@ -27,7 +27,9 @@ The configuration of Debezium source connector has the following properties. | `database.history.pulsar.topic` | true | null | The name of the database history topic where the connector writes and recovers DDL statements. <br /><br />**Note: this topic is for internal use only and should not be used by consumers.** | | `database.history.pulsar.service.url` | true | null | Pulsar cluster service URL for history topic. | | `offset.storage.topic` | true | null | Record the last committed offsets that the connector successfully completes. | -| `json-with-envelope` | false | false | Present the message only consist of payload. +| `json-with-envelope` | false | false | Present the message only consist of payload. | Review Comment: ```suggestion | `json-with-envelope` | false | false | Present the message that consists of payload only. | ``` Is this what it means? The original one has a grammar issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
