Spring Cloud(05) -- Feign uses interface to call services

Spring Cloud(05) -- Feign uses interface to call services In the last blog Spring Cloud(04) -- Introduction and use of Ribbon In, we know that in Ribbon, service invocation is realized by Ribbon combined with RestTemplate and specifying service name. This method obviously does not conform to the habit of interface oriented programming in J ...

Added by Koobazaur on Sun, 23 Jan 2022 06:05:12 +0200

Feign implements service invocation

I What is Feign Feign is a declarative pseudo Http client provided by Spring Cloud. It makes calling remote services as simple as calling local services. You only need to create an interface and add an annotation. Feign integrates Ribbon by default, so using feign by default under Nacos achieves the effect of load balancing. II Use of Fe ...

Added by warrior rabbit on Fri, 14 Jan 2022 08:27:15 +0200

Micrometer + Prometheus monitoring Feign call practice

background Observability is the cornerstone of system architecture, and accurate and detailed measurement is an important decision source for engineers. For the microservice system, in addition to the monitoring indicators of the system boundary layer in the traditional sense, attention should also be paid to the internal invocation of services ...

Added by iversonm on Sun, 09 Jan 2022 09:22:35 +0200

Step by step screenshot of Feign learning notes of spring cloud service registration discovery (service governance) (with source code project written during learning)

SpringCloud The project source code written during the learning of the whole spring cloud: git@gitee.com:HumorChen/spring-cloud-parent.git The last blog was: eureka (service governance) Step by step screenshot of Eureka learning notes of spring cloud service registration discovery (service governance) (with the source code project written d ...

Added by abakash on Wed, 29 Dec 2021 17:54:44 +0200