Microservice architecture * 2.5 source code analysis of Nacos long polling timing mechanism

preface reference material: <Spring Microservices in Action> Principles and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang In order to facilitate understanding and expression, the Nacos console and the Nacos registry are called the Naco ...

Posted by whit3fir3 on Mon, 24 Jan 2022 05:10:54 +0100

SpringCloud Config distributed configuration center

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

Posted by umbra on Tue, 19 Oct 2021 21:03:36 +0200