Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sebikul
Copy link

@sebikul sebikul commented Sep 25, 2024

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/

@sebikul sebikul requested review from djaglowski and a team as code owners September 25, 2024 21:40
Copy link

linux-foundation-easycla bot commented Sep 25, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: sebikul / name: Sebastian Kulesz (0a99d79)

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants