Implement bulk delete documents for Mongo (#1859)

* Implement bulk delete documents for Mongo

* Fix unit test

* Adding bulkdelete to new mongo apis

* Fix error message

* Fix typo

* Improve error message wording

* Fix format

* Fix format

* Put back old delete for older container with system partition key
This commit is contained in:
Laurent Nguyen
2024-08-21 16:59:52 +02:00
committed by GitHub
parent 2226169a71
commit 5a5e155205
4 changed files with 76 additions and 69 deletions

View File

@@ -117,6 +117,7 @@ let configContext: Readonly<ConfigContext> = {
"deleteDocument",
"createCollectionWithProxy",
"legacyMongoShell",
"bulkdelete",
],
MONGO_PROXY_OUTBOUND_IPS_ALLOWLISTED: false,
CASSANDRA_PROXY_ENDPOINT: CassandraProxyEndpoints.Prod,