Building an API Gateway in Java with Spring Cloud Gateway

preview_player
Показать описание
In this tutorial you will learn about API Gateways by building one using Spring Cloud Gateway. We will discuss what API Gateways are used for, when you might want to reach for one and how to implement one using Spring Cloud Gateway

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

I love the idea of showing how to browse documentations, Spring docs are actually simple and on point.
one suggestion is to label (split) the video sections so people can skip parts that are familiar with maybe 🤔
Love your content 👌

ilkou
Автор

Dan, I must tell you, the way you teach & guide, you are pure joy to those, who learn from your videos. Thank you for all the good work you are doing, to name one, you are making world more equal :)

vidzhere
Автор

Beware!
At the time of my post (February 2024) when you pick the "gateway" dependency, the artifact that comes with it is the which will not work if you follow Dan's tutorial. If things start to fail and you don't know why, that's because of it.
The correct artifact is the spring-cloud-starter-gateway and comes when you pick in the Spring Initializr the "Reactive Gateway".

I have no idea why the change.

AntonioCabralNumberOne
Автор

great video as always. Can you do a video on how to authenticate jwt using api gateway.

cesarvalencia
Автор

Thanks for the introduction Dan.
It seems like a good application of this would be an API wrapper where one might add value to the response of the 3rd party API.

WaldoRochow
Автор

Thank you for the tutorial. I learn something new in every your videos. I am curious about how to add security. If clients want to access posts, albums, photos, and todos, they must get valid accessToken first.😅

helmigandi
Автор

Great video, could you please share the excalidraw diagram you created? I was not able to find it under resources or on excalidraw. Thanks!

jeffreyanderson
Автор

Wonderful video. Thanks Dan for sharing!

kalydev
Автор

Very helpful! May I ask which theme you’re using for IntelliJ? Looks so elegant

kddjjkl
Автор

Thanks for the detailed info, could you please do a video on spring cloud function

karthikravisankar
Автор

Can you secure the Gateway with OAuth2 client credentials grant flow using Keycloak?

idouxda
Автор

Hi there!

Dou you have a guide to implement Authenticantion and Authorization through JWT to access Microservices, using Spring API Gateway?. Thanks a lot for the video.

julianzapata
Автор

Hi Dan,

Thank you for the great tutorial. Could you please share the excalidraw drawing?

Thanks

lakshmanankanthi
Автор

Hi Dan, thanks. Can you share your excalidraw diagrams?

at.
Автор

Great video. Please use some normal font. These hand-written like fonts are hard to read.

akvus
Автор

Hey, Like you added response header but before forwarding the request can we add a username header?

tanyasamyal
Автор

How to configure routes to use https in uri ? Can you provide code fragment ?

sg
Автор

Hey Dan, I don't see any documentation on stomp security with Oauth2/ oidc for stomp applications behind a spring cloud api gateway. I am specifically speaking about token relay with stomp messages.

santhoshbhatti
Автор

I am loading my routes from database...
How do I reload the routes dynamically..

rajkumarsjc
Автор

Thanks for sharing! btw which IDE are you using

bachphamvan