OpenFeign full explanation

2. What is Feign? Feign is also a hard role, and it is designed to make Java Http clients easier. Feign integrates Ribbon and RestTemplate to make load balancing Http calls, but encapsulates the original way (Ribbon+RestTemplate). Instead of manually using RestTemplate to invoke services, developers define an interface in which service call ...

Posted by DGaleDavid on Thu, 04 Nov 2021 13:35:43 -0700

Spring Cloud Gateway deadly serial 10 Q?

This article introduces an important role in microservices: gateway. As for how to select a gateway, Alibaba has not yet selected a gateway. Of course, it has chosen Spring cloud Gateway. After all, it is my son. The article contents are as follows: Why do I need a gateway? In the traditional monomer architecture, only one service is ope ...

Posted by DJ_CARO on Wed, 03 Nov 2021 14:50:53 -0700

Spring cloud 2020.0.4 series Config

1. General As the old saying goes: if one road doesn't work, go the other way. If plan A can't be implemented, follow Plan B. It's always useful to prepare more plans.   Well, let's get down to business. Today, let's talk about the distributed configuration center Config of spring cloud. There are many service nodes in the microservice architec ...

Posted by Scud on Wed, 03 Nov 2021 00:11:19 -0700

Modification of spring cloud gateway server webexchange core method and request or response content

Modification of spring cloud gateway server webexchange core method and request or response content premise The Spring Cloud Gateway version used at the time of writing this article is the latest version Greenwich.SR1 at that time. When using Spring Cloud Gateway, we noticed that filters (including GatewayFilter, GlobalFilter and filter chai ...

Posted by r270ba on Tue, 02 Nov 2021 22:55:31 -0700

Shangyangge springcloud config

SpringCloud Config configuration center summary What is it? SpringCloud Config provides centralized external configuration support for microservices in the microservice architecture. The configuration server provides a centralized external configuration for all environments of different microservice applications. How do you play? Spring c ...

Posted by clapton on Tue, 02 Nov 2021 10:07:28 -0700

SpringCloud microservice practice -- building an enterprise level development framework: integrating OpenFeign for calls between microservices

As one of the subprojects of Spring Cloud, Spring Cloud OpenFeign provides a solution for calls between services under the microservice architecture by integrating OpenFeign into Spring Boot applications. Firstly, we use the declarative way of OpenFeign to define the Web service client; Secondly, it goes further by integrating Ribbon or Eureka ...

Posted by Nuser on Mon, 01 Nov 2021 01:12:00 -0700

Springcloud version H series 9--Config configuration center

The book follows the above and continues to learn SpringCloud Config from Mr. Zhou Yang. It is hereby sorted out as follows 1, Config configuration center In the distributed system, due to the huge number of services, in order to facilitate the unified management and real-time update of service configuration files, distributed configurati ...

Posted by gromer on Sat, 30 Oct 2021 17:08:47 -0700

SpringCloud quick start (based on crazy explanation)

Spring cloud learning notes 1, Study Preface 1.1 learning premise Proficient in using SpringBoot microservice rapid development frameworkLearned about Dubbo + Zookeeper distributed FoundationThe computer configuration memory shall not be less than 8G(16G and above are recommended) 1.2 article outline Five components of Spring Cloud S ...

Posted by ashutosh.titan on Sat, 30 Oct 2021 09:22:20 -0700

Eureka partition cluster deployment

1. Introduction Eureka cluster provides partition function. The design concept of this function comes from the two basic concepts of region and zone created by Amazon cloud AWS: Region: region refers to different regions in the physical sense. During service deployment, multiple computer rooms will be built and services will be deployed in ar ...

Posted by AndieB on Sat, 30 Oct 2021 08:25:52 -0700

GateWay service GateWay

spring Cloud gateway has the following features: Dynamic routing: it can match any request attribute; You can specify Predicate assertions and filters for routes Integrate spring cloud service discovery Easy to write Predicate assertions and filters Request current limiting function Support path rewriting Three core concepts route: Ro ...

Posted by Froolah on Fri, 29 Oct 2021 08:29:16 -0700