Discussion on Go configuration management

catalogueConfiguration classificationBest practicesconfiguration managementReference link1. Configuration classificationEnvironment configurationThe information that the application should determine during deployment should not be written in the configuration file or configuration center, but should be injected by the deployment platform when t ...

Posted by loosus on Mon, 29 Nov 2021 19:11:39 -0800

5, Service configuration

1, Spring Cloud Config distributed configuration center Spring Cloud Config 1. Configuration problems faced by distributed systems Microservice means to split the business in a single application into one sub service. The granularity of each service is relatively small, so there will be a large number of services in the system. Becau ...

Posted by ahinkley on Thu, 14 Oct 2021 15:12:21 -0700