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


##########
flink-connector-mongodb/src/main/java/org/apache/flink/connector/mongodb/table/MongoConnectorOptions.java:
##########
@@ -115,6 +115,18 @@ private MongoConnectorOptions() {}
                     .withDescription(
                             "Specifies the retry time interval if lookup 
records from database failed.");
 
+    public static final ConfigOption<Boolean> SINK_ORDERED_WRITES =
+            ConfigOptions.key("sink.orderedWrites")

Review Comment:
   Agreed. The configuration options are updated to be in camel case. I've also 
updated the documentation these new parameters.



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