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 environment repository in Spring Cloud Config #2419

Closed
apappascs opened this issue May 20, 2024 · 0 comments · Fixed by #2390
Closed

Add support for MongoDB environment repository in Spring Cloud Config #2419

apappascs opened this issue May 20, 2024 · 0 comments · Fixed by #2390

Comments

@apappascs
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, Spring Cloud Config does not support MongoDB as an environment repository, which limits users who prefer MongoDB for storing configuration data.

Describe the solution you'd like
The proposed enhancement introduces support for MongoDB as an environment repository in Spring Cloud Config Server. This feature allows users to store and retrieve configuration data directly from a MongoDB database, leveraging its document-oriented storage capabilities.

Describe alternatives you've considered
Alternative solutions include using other databases that are already supported by Spring Cloud Config. However, this approach may not be ideal for users who have standardized on MongoDB, as it requires additional infrastructure and maintenance efforts.

Additional context
A Pull Request (#2390) has been submitted to introduce this feature. The PR includes the necessary code changes, tests, and documentation updates to support MongoDB as an environment repository.

Link to PR: #2390

This enhancement would benefit users who prefer MongoDB for its scalability, flexibility, and ease of use, making Spring Cloud Config more versatile and accommodating a wider range of use cases. Feedback and suggestions are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants