-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB Scaler - MongoDB Atlas connection string support #5544
Comments
Hello! |
Hi @JorTurFer, I am interested in this issue. Can you assign this issue to me? |
Done! thanks @tico88612 ! |
Hi @JorTurFer, I finished this PR. Should I need to edit keda-docs now? I'm trying to decide which version to edit. |
yes, you have to modify the file for the next version (v2.14). In this case, this is the file: https://github.com/kedacore/keda-docs/blob/main/content/docs/2.14/scalers/mongodb.md |
Sure! Up to date. |
Proposal
In the current implementation (version 2.13.0), If we supply
host
&port
instead ofconnectionString
, it combines them under a hard-coded "mongodb" protocol -I would like to request a support in MongoDB Atlas connection strings, that are supplied in the form of
mongodb+srv://
Use-Case
Connecting to MongoDB Atlas instances.
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: