Spring Cloud Gateway with Hystrix example | Tech Primers

  Рет қаралды 39,885

Tech Primers

Tech Primers

Күн бұрын

Пікірлер: 50
@ambersingh1493
@ambersingh1493 4 жыл бұрын
hystrix.command is unknown property and application.properties doesn't recognise it. After adding the correct jar also the problem persists. Can you please help?
@foruvasanth
@foruvasanth 2 жыл бұрын
what if i have an endpoint /all in my controller... will it go to api-gateway and rerouted to what ever route mapping it has for /all OR will it go to my controller directly?? Trying to understanding where is the instruction that all requests should go to api-gateway to find their routing and get redirected.. Thank you
@nithishreddy614
@nithishreddy614 5 жыл бұрын
Great video. Please do a video on data consistency implementation of sagas in microservices
@alxx736
@alxx736 3 жыл бұрын
If i want to implement JWT. Do i have to make the authentication in the Spring Cloud Gateway? Could you make a sample video ? It will be great
@anandjaisy
@anandjaisy 4 жыл бұрын
Thank you for all the series tutorials. Can you please post the tutorial for Microservice spring boot application compose in Docker images and deployment.
@din-paz
@din-paz 5 жыл бұрын
till video 10:00 get error : org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat unable to find the solution in google. can i get help?
@joejones5746
@joejones5746 3 жыл бұрын
Can you urgently put the link here - for the opening soundtrack !!
@sravankumar1307
@sravankumar1307 4 жыл бұрын
Hi, how to configure spring cloud gateway with eureka server for microservices?
@e.ch.vidyasagarkorada7341
@e.ch.vidyasagarkorada7341 3 жыл бұрын
Thank you #TechPrimers for this video tutorial, helps a lot #TechPrimersKnowledgeSharing #TechPrimersSpringtutorial. Please upload more videos related to spring cloud with different examples
@praveenkumart4106
@praveenkumart4106 4 жыл бұрын
Thanks. Can you make a video for JWT token validation in Spring Gateway Cloud for authenticate service.
@SurendraBabuK
@SurendraBabuK 5 жыл бұрын
Is fallback method should be in individual microservices or in cloud gateway?
@christianyonathan7727
@christianyonathan7727 5 жыл бұрын
Hello, at 6:33 you're using iTerm2, how you make it the terminal like "Downloads"? Really good explaination. Thanks.
@TechPrimers
@TechPrimers 5 жыл бұрын
Hi Chris, I have setup oh-my-zsh in my iterm2. I have documented the steps here - github.com/TechPrimers/iterm2-setup Thanks.
@arrianyvannesaaloya5831
@arrianyvannesaaloya5831 4 жыл бұрын
Hello! Nice Video! Question tho how do you pass parameters or request body from the path to the microservice?
@astitvagupta9466
@astitvagupta9466 4 жыл бұрын
Hey there! I have been trying to get the data on the Hystrix dashboard yet I am constantly failing as Hystrix dashboard shows: Unable to connect to Command Metric Stream, although I am dating ping data in my Hystrix.stream URL. Do you know what's the reason?
@dileshsolanki2383
@dileshsolanki2383 3 жыл бұрын
Add them in your prop file and check: management.endpoints.web.exposure.include=* hystrix.dashboard.proxy-stream-allow-list=*
@rahulrao_gonda
@rahulrao_gonda 5 жыл бұрын
Hey I am encountering PKIX path building failed error .... description: unable to find a valid certification path to requested target ... could you please help
@sreekanthreddybijivemula9885
@sreekanthreddybijivemula9885 5 жыл бұрын
What if joke service returned success response but API gateway is failed to retuned that response, in this situation how to handle...
@TechPrimers
@TechPrimers 5 жыл бұрын
In this situation, the consuming service which uses the gateway has to handle it. Also, this situation is unlikely to happen because you are not manipulating the response from joke-service.
@dilipkumargupta
@dilipkumargupta 4 жыл бұрын
I used the same application but getting the 404 error every time, please suggest for that?
@din-paz
@din-paz 5 жыл бұрын
Bro thanks, is possible to enable hystrix and registry service on same micro service module?
@vinothshepard7451
@vinothshepard7451 4 жыл бұрын
@Tech Primers How to add CORS implementation in Spring cloud Gateway?
@bhargavmamidi7716
@bhargavmamidi7716 3 жыл бұрын
Hii sir can you please make a video on integrating the swagger in spring cloud gate way
@anandnerurkar8482
@anandnerurkar8482 4 жыл бұрын
Good one.can you make cloidgateway with authentication and authorisations for microservices
@oscarcode7792
@oscarcode7792 5 жыл бұрын
Thank you so much from Mexico for sharing knowledge. I have a problem with the method setFallbackUri when the timeout ends never forward from the controller method but I don't know what is my error :C The postman only sends me the next json. { "timestamp": "2019-12-12T21:24:24.544+0000", "status": 500, "error": "Internal Server Error", "message": "Read timed out" }
@amitmalge1707
@amitmalge1707 5 жыл бұрын
Thank you so much for sharing knowledge, the way to teach it's really good
@rajish15
@rajish15 5 жыл бұрын
Very informative.. thanks ajay
@shivammishra009
@shivammishra009 5 жыл бұрын
Awesome video. Thanks Ajay.
@detectivecoder7271
@detectivecoder7271 4 жыл бұрын
Thank you very much for your help it was a really good explanation;;but I have a question about security implementation within it?
@TechPrimers
@TechPrimers 4 жыл бұрын
Great question. It depends on the cloud platform. We need to add it in the API gateway later or in the application via spring security
@smk8880
@smk8880 4 жыл бұрын
@Tech Primers I'm clear until developing microservices. But, the further flow towards Cloud implementation is not clear. Please help me clarify on the below as i have not worked on real-time project: 1. Do we need jars or wars of Microservices? 2. Code changes committed to GitHub. a. How do jenkins pick this code for CI? b. How do Docker pick the jenkins file? 3. Should we install all these Dev-Ops tools independently (or) should these tools be installed inside Docker? 4. How to move Docker (with microservices) to AWS?
@TechPrimers
@TechPrimers 4 жыл бұрын
I have videos for all these topics. Take a look at those videos
@smk8880
@smk8880 4 жыл бұрын
Tech Primers. Appreciate for reply. If you don’t mind could you please mention which playlist or videos should I refer for these topics. I’m naive on those video topic.
@kranthikumar2004
@kranthikumar2004 4 жыл бұрын
Very precise and informative, thanks for helping out.
@amitmalge1707
@amitmalge1707 5 жыл бұрын
Please try to make video spring cloud gateway with configserver
@DJSS855
@DJSS855 5 жыл бұрын
So nice example
@tadurirk
@tadurirk 5 жыл бұрын
crystal clear
@mnbvcxzzxcvbnm
@mnbvcxzzxcvbnm 5 жыл бұрын
Thank you 🧠👍
@christanronald1271
@christanronald1271 5 жыл бұрын
Do Tutorial about resilience4j Hystrix Is outdated bru
@TechPrimers
@TechPrimers 5 жыл бұрын
Yeah. Agreed. It's in my list
@jiezhao1906
@jiezhao1906 4 жыл бұрын
不错,讲的很好~~
@amitmahajan3115
@amitmahajan3115 3 жыл бұрын
Its not a redirect 🤔
@vinayakmpillai7897
@vinayakmpillai7897 4 жыл бұрын
Awesome
@asdfasdfasdfasdf219
@asdfasdfasdfasdf219 4 жыл бұрын
Good video! just be careful with the audio there was a frequent anoying noice
@rahulrao_gonda
@rahulrao_gonda 5 жыл бұрын
👍
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
УНО Реверс в Амонг Ас : игра на выбывание
0:19
Фани Хани
Рет қаралды 1,3 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Spring Cloud Gateway Hello World Example
17:55
JavaInUse
Рет қаралды 35 М.
Hands-on: Azure Open AI with Spring AI 🔥☁️
18:09
Tech Primers
Рет қаралды 2,3 М.
Microservices using SpringBoot | Full Example
1:21:39
Daily Code Buffer
Рет қаралды 1 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН