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 77 of 4027

Global Variables for Functions

Add global variables to Functions (so I don't have to pass around supposedly global variables to every function call). Add support for typescript :)))
Guest almost 6 years ago in Atlas Triggers and Functions 0 Submitted

Kafka Sink Connector ObjectId Support

The sink connector should support ObjectIds for the document.id.strategy. In other words, if a ObjectId hex string is provided for _id, the sink connector should be able to convert this to an ObjectId. I've scoured the documentation and the rest o...
Guest almost 2 years ago in Kafka Connector 0 Submitted

realm function limits should be configurable

realm function limits should be configurable or increased, as it hinders capabilities for memory heavy tasks like encryption/decoding eg sha256 encryption using crypto can only perform upto 10000 iterarations while industry standards expects atlea...
Guest about 4 years ago in Atlas Triggers and Functions 0 Submitted

Bracket Pair Colorizer

It would be awesome if there could be an implementation of something like VSCode's Bracket Pair Colorizer. It may spend a lot of time and attention to pair the start and ending of functions without a visual aid. Thank you very much for the conside...
Guest about 4 years ago in Atlas Triggers and Functions 0 Submitted

Kafka connector to support Kafka Schema Registry

One of the issues that our team has been talking about is when getting data from MongoDB, via a Kafka connector, and sending it through to Kafka we try to enforce schemas in Kafka but that schema is not enforced on the MongoDB data. This leads to ...
Guest over 4 years ago in Kafka Connector 1 Submitted

Add a refreshCustomData() method to Atlas Functions

When using Atlas Functions and Role Based Permissions that rely on fields in custom user data, I commonly need to update a user's permissions in the user data, then take some action that requires those permissions - all within the same Atlas Funct...
Guest about 2 years ago in Atlas Triggers and Functions 0 Submitted

logs

When filtering logs I should be able to enter a date/time in the near future for the To date in order to produce a shareable URL in the address bar that will include log lines in the range from some specified date in the past until "now" without h...
Guest almost 5 years ago in Atlas Triggers and Functions 0 Submitted

Retry function

We use Realm functions to update related documents in our Mongo Atlas cluster. Sometimes, the DB connection (via `context.services.get("mongodb-atlas")`) fails. We should... be able to retry establishing a connection? (Or even easier, just configu...
Guest almost 5 years ago in Atlas Triggers and Functions 0 Submitted

Triggers - resume via CLI

Currently the only way to resume a suspended Trigger is via the Admin API: https://realm.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/triggers/{triggerId}/resume It would be more convenient via the Atlas CLI
Guest over 2 years ago in Atlas Triggers and Functions 0 Submitted

Expose dbstats / stats in Functions

Add to the allowable MongoDB actions to be able query the database size, like: db.runCommand({ dbStats: 1, scale: 1 }) or by collection like db.sources.stats()
Guest almost 8 years ago in Atlas Triggers and Functions 0 Submitted