The use of the external configuration store pattern is recommended when sharing configuration files with applications or when updates are required without the redeployment of an application. Sharing configuration files allows us to easily manage the configurations of an application, as all applications will see and be impacted by the update, which is done in one location. Using this pattern will also minimize the risk of error when updating the configuration file, so the use of this pattern is a good practice to adopt.
When to use the external configuration store pattern
Get Java EE 8 Design Patterns and Best Practices now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.