Skip to main content

Posts

Showing posts from May, 2023

Spring Cloud API Gateway

Section 1:  In the following video lessons, he will learn how to use spring cloud gateway to aroud incoming requests to destination Ceressus. When my services start up, they register themselves with Eureka Discovery Service, Eureka becomes aware of each of your micro series and their address. And when we need to scale up, we can start 10 more micro services and each of them will register with Eureka Discovery Service automatically and Eureka will know their addresses as well. When we start more instances of users make a service, for example, each instance of users, my customers will have a unique address and requests from a client application now will need to be balanced between available instances of users microspheres. So now, when we have multiple instances of users who is running and each service has its unique address on the network, we need a way to rout incoming requests from a client application to one of these instances. And to do that we can use sprinklered, API Gateway, Spri