Spring Tips: Spring Cloud Circuit Breaker

preview_player
Показать описание
Hi Spring fans! In this installment we look at the just-announced Spring Cloud Circuit Breaker project, which provides an abstraction atop Netflix' Hystrix, Resilience4J, Alibaba's Sentinel and Spring Retry and supports reactive and non-reactive circuits.

speaker: Josh Long
twitter: @starbuxman
Рекомендации по теме
Комментарии
Автор

Thanks for the video! May I ask - what are the proper generic parameters for the factory? I get a warning: Raw use of parameterized class

Thank you!

thenylon
Автор

Great video as usual, this is a great project from Spring, since this is a abstraction over other circuit breakers, I presume it'll be helpful to migrate from one implementation to another. 
And, there're few grudges in Hystrix Circuit Breaker like 1) Most of the time developers not using the "right" thread pool configurations. I wish we have some opinionated settings based on requests per second. 2) Sometimes circuits are opened for bad requests though it's ignored.
I don't know if this project will help alleviate/solve some of these problems. Will see - thanks!

prakashb
Автор

What is the difference between the above approach and annotation approach, where we use @CircuitBreaker annotation. Annotation approach is much more customizable. We can specify various properties and attributes through the YML or properties file. Which one to use when? Would you please elaborate on this a little but more?

gurucharansharma
Автор

Hi Josh, Very nice video but I m missing something here and cannt import the dependency Can you please specify what repository are you using.

monikasoodin
Автор

This implementation is based on resilence4j or hystrix?

jorgetovar
Автор

I didn't know Circuit Braker was elaborated Exception Treatment.

AdrianoKretschmer
Автор

please create one video to how secure REST API with keycloak. tks

FabioEbner
Автор

Who can explain with simple words what a circuit breaker is ? Thanks

fahdfprime
Автор

we already have microprofile in javaEE

luisdanielmesa
Автор

Amazing content. But seeing this two spaces (or one) identation, kind hurts...

MrKiraBR
Автор

This video should be renamed as "Reactive" Spring Cloud Circuit Breaker. As there are lot of reactive concepts used and focus get shifted from circuit breaker to Reactive.

kanadsante
join shbcf.ru