Expand my Community achievements bar.

Latency and fault tolerance in Adobe AEM using Hystrix | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Latency and fault tolerance in Adobe AEM using Hystrix by Yogesh Kulkarni

Abstract

Yogesh Kulkarni is an experienced Adobe AEM/CQ developer/architect specializing in best practices for designing connected digital experience using AEM technology stack. He has implemented numerous large-scale CQ/AEM installations for a variety of clients and industries.

AEM - Hystrix Integration
We had a requirement where the client wanted to add the Circuit Breaker pattern to an AEM component which calls RESTful endpoints, to support the following use cases:

If more than 10% of the calls fail within a minute then the circuit should trip.
After the circuit is tripped, the system should periodically check if the external service API is back up and working using a background thread.
The component prevents users from experiencing a sub-optimal response time.
The component should present a user-friendly message in case of any service failure.

Read Full Blog

Latency and fault tolerance in Adobe AEM using Hystrix

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
2 Replies

Avatar

Employee

Hi Kautuk, Do you know if this is supported in AEM as a Cloud Service?

Avatar

Administrator

@NinaMokoosio , this is 3rd party solution, worth checking with https://www.linkedin.com/in/yoegshkulkarni/

 



Kautuk Sahni