iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
89.55k stars 26.48k forks source link

Microservice pattern: Externalized configuration #2679

Open iluwatar opened 11 months ago

iluwatar commented 11 months ago

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:

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 commented 8 months ago

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

stale[bot] commented 6 months ago

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.