Microservices With Spring Boot And Spring Cloud: Part 4 - API gateway

preview_player
Показать описание
00:00 Intro
02:10 Chapter 1 - Spring Cloud Gateway Basics
08:45 Chapter 2 - Rate Limiting with Redis
12:25 Chapter 3 - Metrics & Monitoring
15:36 Chapter 4 - Circuit Breaker
Рекомендации по теме
Комментарии
Автор

The only course on the internet with the latest spring cloud features!!! Thank you...

manoranjaniiit
Автор

You are a HERO for all of US. Please don't stop making these video...

B-Billy
Автор

BTW, thanks for this video, can you create a course on the spring security with this existing setup. Will be helpful. :-)

manoranjaniiit
Автор

Hi, thanks for this good tutorial. I want to implement custom load balancer which check the health check of the instances from Eureka. Ex. I have serviceOne which is registered multiple instances on different port in eureka. One of the instance went down. I don’t want the load balancer redirect to the down instance. It takes sometime to refresh. Please help.

naveenkumarpandian
Автор

Hi Piotr! One more excellent tutorial!
Regarding the Gateway's fallback, what is the application of it in real world scenarios? For instance, suppose my client app accesses the inter-service via the Gateway and the operation fails (timeout). Without the fallback my client app receives a 504/timeout response so my app can handle it in some way. With the fallback, my app receives a 200/ok, so I would have to figure out a way to "detect" that my operation hasn't been successful. Does it mean that the fallback is better suited for returning some kind of "oops" page while if the client app is not a user browser or so, maybe it is better to just return the 504/timeout error?

j.carlosmurrr
Автор

any chance to give a tutorial video about rest api authentication on spring boot?

MallakChannel
Автор

thanks for your performance spend into this series, basically I have learned more knowledges from spring-cloud features which used, wish you more luck and health

pussycat
Автор

Hi, the gateway doesn't work properly with the standard non-reactive spring boot app. Is there a workaround? Shall I make the web service Restcontroller APIs return Mono or Flux? The requests fail with a 405 status, though it keeps executing on another thread...Please share some insight. Thank you.

manoranjaniiit
Автор

How to Set Different HTTPS Certificates for Different Domain Names in Spring cloud Gateway

alirezaalijani
Автор

I couldn't see gateway requests in my metrics endpoints

phorhythm