API Gateway using ZUUL #3 || Netflix ZUUL Filters Demo || Logging with Zuul Filters || Green Learner

preview_player
Показать описание
Zuul is an edge service that provides dynamic routing, monitoring, resiliency, security, and more.

An API gateway is the core of an API management solution. It acts as the single entryway into a system allowing multiple APIs or microservices to act cohesively and provide a uniform experience to the user.

In this video, we will understand the following about Netflix Zuul-

1. What is Netflix Zuul?

2. How to create different filters?

3. How to use filters?

4. Logging and auditing request/response with Netflix Zuul.

----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------

Please share your feedback in the comment section.
Do hit like, share with friends and subscribe for more such videos.

Connect with us on social media -

Happy Coding!!
Cheers!!

#ZuulAPIGateway
#NetflixZuul
#NetflixZuulDemo
#NetflixZuulFilters
#ApiGatewayPatternInMicroservices
#APIGatewayPattern
#NetflixZuulByArvind
#NetflixZuulByGreenLearner
Рекомендации по теме
Комментарии
Автор

Please share your here in comment section.

codefarm
Автор

One of the best material on zuul filters on internet.. Keep up good work...

prabhumishra
Автор

This is the best video I've seen on Zuul.. thanks a ton!

saravanprathi
Автор

Thanks a lot Sir. You deserve more view than many of the videos on youtube!

dawednesru
Автор

how it is differentiating between pre, post, route filters as all are implementing same ZuulFilter ??

priyanshichauhan
Автор

Why do we need route filter, when we have other filters. Can you give me some example where it can be used.

rahotmanp
Автор

if my service throw other then 500 like 400 error code then instead of error filter, post filter invoked. I also tried with changing filter order to -1 and also disabled sendErrorFilter in properties file. Please let me know. Thanks

ShubhamMandliya
Автор

With this particular spring boot version(2.5.8-SNAPSHOT) zuul dependency is not working any specific reason for that?

amitpatil
Автор

call to PostFilter is not going after Route filter. Please help.

ishanpatel
Автор

Good Job. I have tried your sample in my application and working fine. Cookie is not receiving from downstream. Always response headers is null. Can you give some example with headers and cookie

vijayank
Автор

Good job buddy. Small correction in your video header. You have typo "zull", please update this to "zuul".👍👍👍

ashishchoudhary
Автор

Why in my post filter cannot convert responseDataStream to string?
After converting to string then im getting unknown character, so i cant use it to response

suprayogihermawan
Автор

What will happen if the filterOrder is same for 2 filters

ashishjain