Second shallow encapsulation practice in microservice architecture

1, Background introduction There are many split services in the distributed system. In the process of continuous iterative upgrading, the following common thorny situations will occur: For the version upgrade of a technical component, depending on the package upgrade leads to the expiration of some syntax or API, or the component fixes urgent ...

Posted by everlifefree on Mon, 22 Nov 2021 00:07:12 -0800

Talk about the combination of explicit interface call and Nacos

background For the internal API interface of the company, after introducing the registry, it is inevitable to use the service to discover this thing. Now the more popular interface call method should be based on the call of declarative interface, which makes the development more simple and fast. . NET in the declarative interface call, WebApiCl ...

Posted by DocUK on Thu, 11 Nov 2021 18:55:14 -0800

[02] getting started with spring cloud Alibaba_ Nacos service registration and configuration center

1, Introduction to SpringCloud Alibaba Nacos The full name of Nacos is Naming Configuration Service. Taking the first two letters of Naming and Configuration and s of Service, it is the Configuration management and Service management center. In short, Nacos = Eureka + Config + Bus, that is, the combination of registry + configuration center. ...

Posted by Duodecillion on Thu, 07 Oct 2021 17:56:50 -0700

Spring cloud Alibaba - integrating Nacos to realize service registration and discovery

preface Record the integration process of Nacos environment Win 10 + Spring Cloud 2020.0.1 + Spring Cloud Alibaba 2021.1 + Nacos 2.0.0 What is Nacos? Nacos is a service discovery component and a configuration server. Nacos solves two problems: 1,service A How to find service B 2,Manage the configuration of microservices Nacos off ...

Posted by lprocks on Tue, 21 Sep 2021 15:14:53 -0700