We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e0881 commit 065737cCopy full SHA for 065737c
src/main/java/com/mongodb/kafka/connect/sink/MongoSinkTask.java
@@ -63,7 +63,7 @@
63
64
public class MongoSinkTask extends SinkTask {
65
private static final Logger LOGGER = LoggerFactory.getLogger(MongoSinkTask.class);
66
- private static final BulkWriteOptions BULK_WRITE_OPTIONS = new BulkWriteOptions().ordered(false); // TODO keep the order?
+ private static final BulkWriteOptions BULK_WRITE_OPTIONS = new BulkWriteOptions();
67
68
private MongoSinkConfig sinkConfig;
69
private MongoClient mongoClient;
0 commit comments