How to configure SpringCloud Zuul – Routing and Filtering using SpringBoot | Java Techie

preview_player
Показать описание
This video explains you how to configure spring cloud zuul as API Gateway to Routing and filtering Request to other microservice

#JavaTechie #ZuulAPIGateWay #SpringBoot

GitHub:

Blogs:

Facebook:

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

Spring Boot 2.0.6? Now Zuul is not part of new Spring Boot version

rexsam
Автор

Hi bro can you make alternative for zuul server because zuul server not working it been moved to maintenance mode

sureshmaheshuni
Автор

Hi can you make this newer version cuz zuul is not supported anymore :S

denisr.
Автор

thanks great video.Can you please describe where we use security in Zuul api or in service api

neha
Автор

Nice tutorial, one suggestion, please follow the coding convention or declare you are not focusing on that.

dicky
Автор

Cannot load configuration class: when run your application error will occur is any solution for that bro

mahaboobbasha
Автор

Great Work Bro..Could you please make video on integration of ZUUL, Config, Eureka ...

maheshbandari
Автор

Hi, In case of error code 404, why your error filter not invoked ?? In that case your postFilter invoked.

ShubhamMandliya
Автор

How is this even working via the proxy gateway?! There is clearly a typo in the .properties file. You specified htpp instead of http! You aren't using the proxy and the configuration is wrong.

nicholask
Автор

When am running your example I'm facing error of nestedservletexception can you help me out for this

anuanusha
Автор

Hey Basanth, your tutorials are stunning... Congrats..
Could you please make video on integration of ZUUL, Config, Eureka and deploy in Cloud, with YML files having dynamic URLs, so scaling of instance is much feasible.

aaaabbbbzzz
Автор

Hi Basant Bhai, I am not able to find the "Zuul" dependency in spring intializr while trying to replicate this example. Please suggest next

satyabratasahoo
Автор

Hi Basant,

Could you please make one video how to handle transaction failures in microservices or transaction management

muralijava
Автор

Great works, Simple explanation in layman terms....Bro Did you get chance to upload the complete microservices using Eurika, Hystrix, Zuul etc combination...I have seen no where uploaded in your video links...May be I missed that. Please reply.

taufiquealam
Автор

Not clear on one thing here ..for diagnose service you are pasing diagnose-service but for doctor-service you are using doctor-api ..

shilpasingla
Автор

I have only one question if we hit the doctor service directly will it redirect to api gateway automatically? if we need to make it to work what should be done?

sparun
Автор

Best and very clear practical explanation thanks a lot

prithvik
Автор

Filter call are not working for me in zuul, anyone can help?

wandererHK
Автор

can you write as custom filter? and can you prepare a dynamic proxy pass configuration?

Автор

Good tutorial..but my req not redirecting at all, my services use diff version of spring cloud (edgware release) and zuul 1.4.release, diff. does it make issue?

kpgUser