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

feat(config-server): add MongoDB environment repository support #2390

Merged
merged 4 commits into from
Oct 2, 2024

Conversation

apappascs
Copy link
Contributor

This commit introduces MongoDB as a new backend option for the Spring Cloud Config Server,
enabling users to store and manage their configuration properties in a MongoDB database.

Copy link
Member

@spencergibb spencergibb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor requests after a cursory review

This commit introduces MongoDB as a new backend option for the Spring Cloud Config Server, enabling users to store and manage their configuration properties in a MongoDB database.
@ryanjbaxter
Copy link
Contributor

Thanks for the PR! We are going to wait to merge this until we branch for our 2024 release train later this year. Once we branch we will get this merged.

@ryanjbaxter ryanjbaxter added this to the 4.2.0-M2 milestone Oct 2, 2024
@ryanjbaxter ryanjbaxter merged commit 634f46b into spring-cloud:main Oct 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add support for MongoDB environment repository in Spring Cloud Config
4 participants