davidradl commented on code in PR #26159:
URL: https://github.com/apache/flink/pull/26159#discussion_r1963417984


##########
docs/content.zh/docs/connectors/table/formats/debezium.md:
##########
@@ -320,6 +320,13 @@ Flink 提供了 `debezium-avro-confluent` 和 `debezium-json` 两种 
format 来
             <td>String</td>
             <td>Bearer auth token for Schema Registry</td>
         </tr>
+        <tr>
+            <td><h5>debezium-avro-confluent.upsert-mode</h5></td>
+            <td>optional</td>
+            <td style="word-wrap: break-word;">false</td>
+            <td>Boolean</td>
+            <td>In upsert mode the format will not produce UPDATE_BEFORE Rows 
from Debezium op='u' change events when deserializing.</td>

Review Comment:
   nit: Rows ->rows



-- 
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]

Reply via email to