What is Hystrix? with Example - #6MinuteSaturdays #2 | Tech Primers

preview_player
Показать описание
This Saturday, we are looking at Hystrix and how it makes our application fault tolerant and resilient with an Example.

#6MinuteSaturdays is a Series where the video is not more than 6minutes and published on Saturdays..

📌 Related Playlist
================

🎬Video Editing: iMovie

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#Hystrix #SpringCloud #TechPrimers
Рекомендации по теме
Комментарии
Автор

Simple and Sweet no-nonsense quick and effective - practical intro to the hystrix thanks a lot.

SreeOne
Автор

Simple and quick explanation... superb...

mohanreddy
Автор

My @HystrixCommand is not working
I have 2 doubts
1st: Is there we need to match the return type of hystrix-fallback-method and working method
2nd: Did we need to add hystix-dashboard pom dependancy to fullfill the hystrix performance.

I have done all the things with @EnableCircuitBreaker or with @EnableHystrix but it not work for me
Although when i add the @HystrixCommand annotation in working method my working server is not work after that.

mithleshvishwakarma
Автор

Nice!! Can you please explain what is the use of commandkey and groupkey mentioned in your application...

mannu
Автор

Can you please refer some useful links and docs to proceed further?

rambabuselvam