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

Microservice pattern: Externalized configuration #2679

Open
iluwatar opened this issue Oct 15, 2023 · 2 comments
Open

Microservice pattern: Externalized configuration #2679

iluwatar opened this issue Oct 15, 2023 · 2 comments

Comments

@iluwatar
Copy link
Owner

iluwatar commented Oct 15, 2023

Description:

The Microservices - Externalized Configuration design pattern is crucial for managing configuration across multiple microservices in a distributed system. This pattern allows for the separation of configuration from the application code, facilitating easier updates and management without redeploying the services. By externalizing configurations, applications can be more flexible and maintainable, adapting to different environments such as development, testing, and production seamlessly.

Main elements of the pattern:

  • External Configuration Storage: Store configuration data outside the application, typically in a centralized repository such as a configuration server, database, or environment variables.
  • Dynamic Configuration Update: Enable applications to update their configuration dynamically without needing a restart or redeployment.
  • Environment-Specific Configurations: Maintain different configurations for various environments (development, testing, production) to ensure appropriate settings are used in each context.
  • Security: Secure sensitive configuration data, such as credentials and secrets, to prevent unauthorized access.

References:

  1. Microservices Patterns: With examples in Java
  2. 12 Factor App: Config
  3. Spring Cloud Config Documentation
  4. Project Contribution Guidelines
  5. Externalized Configuration pattern

Acceptance Criteria:

  1. Implement a centralized configuration service that can manage configurations for multiple microservices.
  2. Ensure the ability to dynamically update configurations without needing to restart the microservices.
  3. Demonstrate the use of environment-specific configurations and secure storage for sensitive data.
@555vedant
Copy link

sir i wante to work with this issue pls can you assign this to me

Copy link

stale bot commented Mar 22, 2024

This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status: stale issues and pull requests that have not had recent interaction label Mar 22, 2024
@stale stale bot removed the status: stale issues and pull requests that have not had recent interaction label Mar 24, 2024
@iluwatar iluwatar moved this from In Progress to Todo in Java Design Patterns project Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants