Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Circuit breaker mechanism for Data Bridge #454

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 5 years ago

Context of the issue/feature

Knot.x Data Bridge allows to integrate with different data sources. When the data source is down or overloaded we should not call it but provide some fallback mechanism for the time it is not available. When the data source is back we should call the data source.

malaskowski commented 5 years ago

This is done in Knot.x 2.0, see https://github.com/Knotx/knotx-fragments-handler/tree/master/core#circuit-breaker-action