Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Feedback

Showing 146 of 4027

If vaultSecretBackend is enabled, allow specifying the kv mount

When enabling `vaultSecretBackend`, there is no option to specify the path/name of the kv engine to use within the specified vault namespace (it is hardcoded to `secret`). For example: https://github.com/mongodb/mongodb-kubernetes/blob/master/pkg...
Guest 11 months ago in Kubernetes 0 Submitted

Enhanced TypeScript Type Inference for Aggregation Pipelines

Summary Developers using the MongoDB Node.js driver (and libraries like Mongoose) rely heavily on aggregation pipelines but currently lack strong TypeScript integration and type inference when constructing complex stages. The aggregate() method do...
Alex Bevilacqua 5 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Distributed user and database management with kubernetes operator

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We are working on an edge environment with limited connectivity. So we actually cannot manage it directly. But we want to ...
Alexandre Plaitant 5 months ago in Kubernetes 1 Will Not Implement

Codec key/value support

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Trying to serialise objects using Mongo java codecs. The codec is unaware of if the target is a key or a value, which mean...
David Kilburn 5 months ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration

Estimated Filtered Count

Hi, We are currently using a pattern where we use a find(query).limit(x) and a count(query) with $near to find x results and display the overall count. Using this pattern, we are able to pass the same query to find and count. However that count m...
Guest about 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Multi-collection bulk write support for Spring Data

As of MongoDB 8, the bulk write feature can support writing to multiple collections in the same bulk write operation. This is unfortunately not supported in Spring Data for MongoDB, which is very frequently used by our customers.
Guest 6 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add support to convert a replica set to a sharded cluster in Kubernetes

Currently it is not possible to use Ops Manager UI or Kubernetes Operator to convert Replica Set to Sharded cluster. Error : changed not allowed.
Sasha Titova almost 2 years ago in Kubernetes 0 Planned

Allow the Kubernetes Operator to delete a project

Currently it is not possible to delete a project via kubectl command. As the Kubernetes Operator allows one to create a project (configmap) and deploy a replica set, we would expect it to also allow the deletion of a project so that we can fully ...
Guest about 5 years ago in Kubernetes 0 Planned

Support Arbiters with MongoDB Kubernetes Operator

Support arbiters with MongoDB Kubernetes Operator so that Replicasets should be deployed in PSA configuration.
Guest over 6 years ago in Kubernetes 0 Future Consideration

CSFLE - Encryption of fields within an Array Object instead of whole Array

CSFLE - Can you provide Encryption of fields within an Array Object as part of mongo-crypt library in the future releases. current library encrypts the whole array and we are not able to do queries within the Array object.
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted