-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add support for MongoDB direct connection #35427
Add support for MongoDB direct connection #35427
Conversation
|
cc5ffa9
to
0a99d79
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a changelog entry.
b4fd38f
to
60f626d
Compare
Introduced `DirectConnection` configuration option to enable direct connection settings in the MongoDB receiver. This allows users to specify whether to connect directly to a MongoDB server instance. This is needed when working with the `mongodb/mongodb-atlas-local` docker image [0] for local Atlas Search development. [0] https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/
60f626d
to
769beb3
Compare
@djaglowski I was missing the PR number, it should all be in order now. But if I'm missing anything else, please let me know. Thanks for the support! |
Introduced `DirectConnection` configuration option to enable direct connection settings in the MongoDB receiver. This allows users to specify whether to connect directly to a MongoDB server instance. This is needed when working with the `mongodb/mongodb-atlas-local` docker image [0] for local Atlas Search development. [0] https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/
Introduced
DirectConnection
configuration option to enable direct connection settings in the MongoDB receiver. This allows users to specify whether to connect directly to a MongoDB server instance.This is needed when working with the
mongodb/mongodb-atlas-local
docker image [0] for local Atlas Search development.[0] https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/