ferenc-csaky commented on code in PR #58:
URL: 
https://github.com/apache/flink-connector-mongodb/pull/58#discussion_r2780852427


##########
docs/content/docs/connectors/table/mongodb.md:
##########
@@ -297,7 +297,23 @@ Connector Options
       <td style="word-wrap: break-word;">at-lease-once</td>
       <td><p>Enum</p>Possible values: none, at-least-once</td>
       <td>Optional delivery guarantee when committing. The exactly-once 
guarantee is not supported yet.</td>
-    </tr> 
+    </tr>
+    <tr>
+      <td><h5>sink.ordered-writes</h5></td>
+      <td>optional</td>
+      <td>no</td>
+      <td style="word-wrap: break-word;">(none)</td>

Review Comment:
   This should be `true` instead of `(none)`.



##########
docs/content/docs/connectors/table/mongodb.md:
##########
@@ -297,7 +297,23 @@ Connector Options
       <td style="word-wrap: break-word;">at-lease-once</td>
       <td><p>Enum</p>Possible values: none, at-least-once</td>
       <td>Optional delivery guarantee when committing. The exactly-once 
guarantee is not supported yet.</td>
-    </tr> 
+    </tr>
+    <tr>
+      <td><h5>sink.ordered-writes</h5></td>
+      <td>optional</td>
+      <td>no</td>
+      <td style="word-wrap: break-word;">(none)</td>
+      <td>Boolean</td>
+      <td>Defines MongoDB driver option to perform ordered writes. By default, 
this is true indicating ordered writes.</td>
+    </tr>
+    <tr>
+      <td><h5>sink.bypass-document-validation</h5></td>
+      <td>optional</td>
+      <td>no</td>
+      <td style="word-wrap: break-word;">(none)</td>

Review Comment:
   This should be `false` instead of `(none)`.



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