02_Eureka service registration and discovery, Zookeeper service registration and discovery
3. Eureka service registration and discovery
Global brain map structure
3.1 Eureka Basics
3.1.1 what is service governance
What is service governance
Spring Cloud encapsulates the Eureka module developed by Netflix to realize service governance In the traditional rpc remote invocation framework, it is complex to manage the depende ...
Posted on Wed, 20 Oct 2021 00:50:41 -0400 by forcer
springcloud client load balancing component - RIBBON
RIBBON
introduce
ribbon is a basic load balancing client in the framework of spring cloud. It implements the micro service invocation function. The code needs to rely on the RestTemplate object to intercept the http requests sent by its api, calculate the load balancing, and finally access the specific instance provider to obtain the func ...
Posted on Thu, 07 Oct 2021 14:13:14 -0400 by a1amattyj