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.
We’ve upgraded our feedback system to better capture, track, and act on your feedback. Here’s what you need to know:
|
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 means non-strings fail to serialise. |
|
What would you like to see happen? Describe the desired outcome or enhancement. |
Extend the codec interface to have serialise key and serialise value methods. |
|
Why is this important to you or your team? Explain how the request adds value or solves a business need. |
So that we can use codecs |
What steps, if any, are you taking today to manage this problem? |
Unable to use codecs, having to manually convert to a document programattically |
Here's what we got from the customer:
I did do a hour session with a mongo engineer to work through our use case, he was the one who said to raise that feature request.
Happy to have another call if it makes it more likely this will be picked up soon.
Business impact means that we are currently unable to use mongo codecs, so we're having to write our own persistence layer in the apps, which would make it massively easier to transition to a non-mongo solution vs us just being able to use mongo codecs.
Re-opening feedback item (closed as Will Not Implement automatically due to duplicate promoted feature being closed out)