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

There have been at least a few issues on Kubernetes Community Operator related to PVC expansion, yet this is not documented anywhere.

There have been at least a few issues on Kubernetes Community Operator related to PVC expansion, yet this is not documented anywhere. Looking at closed issues, one may get an idea that this operation is impossible, but with the latest CSI it shou...
Guest almost 3 years ago in Kubernetes 0 Planned

Kubernetes Operator: Ops Manager backup infrastructure automated removal

MongoDB Kubernetes Operator can manage OpsManager Resources including Backup infrastructure. When Users want to disable backup infrastructure, the Operator does not remove BackupDeamon Stateful set or disables the backup configuration. This reques...
Guest about 6 years ago in Kubernetes 0 Will Not Implement

Provide comprehensive Helm Charts to deploy MongoDB Operator

Helm charts help simplify the deployment of complex systems and would make it easier to deploy Operator.
Guest over 6 years ago in Kubernetes 0 Submitted

Dynamic Topic Mapping on the basis of message content

Currently mongodb source connector only supports dynamic topic mapping on the bases of collections/databases. Can we extend it to support routing on the basis of message content? Why it's important? We've currently setup connector for a very lar...
Guest over 3 years ago in Kafka Connector 0 Submitted

Support creating backup db same as app db in Operator

No description provided
Guest over 3 years ago in Kubernetes 0 Will Not Implement

Change stream total ordering within a transaction

Right now, change stream will flatten out a transaction into individual operations, i.e., if we do two operations within a transaction, change stream will generate two events. However there is no total ordering of the events that happens within t...
Guest over 3 years ago in Kafka Connector 0 Submitted

Timeline on Server internal authentication via Keyfile

Hi Operator team, The K8s operator community edition README mentions the feature `Server internal authentication via keyfile` is in progress. My team is hoping to use this feature on our current project and wanted to ask what the timeline is for ...
Guest about 4 years ago in Kubernetes 0 Submitted

built-in CDC to Kafka

Hi, it is still hard to set up a MongoDB oplog CDC connection to Kafka to publish changes from e.g. a microservice-local MongoDB. You typically have to use Kafka Connect and either the official MongoDB Atlas Connector, or the Debezium Open Source...
Guest over 4 years ago in Kafka Connector 0 Submitted

EmptyDir as data-volume and log-volume

spec: members: 1 type: ReplicaSet version: "4.4.5" statefulSet: spec: template: spec: volumes: - name: data-volume emptyDir: {} - name: log-volume emptyDir: {} This type of override would be very helpful for automated testing pipeline...
Guest over 4 years ago in Kubernetes 0 Future Consideration

Support Service Binding Specification for Kubernetes

Service Binding Specification for Kubernetes standardizes exposing backing service secrets to applications. The spec is available here: https://github.com/servicebinding/spec This blog post would be helpful: https://muthukadan.net/kubernetes/bind...
Guest over 4 years ago in Kubernetes 0 Future Consideration