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

Caching strategy for dynamic data #456

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 5 years ago

Context of the issue/feature

Circuit breaker mechanism allows to implement a custom fallback mechanism. In many situations when the data source is not available we can provide some cached value (if it is not stale). This cache mechanism / strategy should integrate with such key-value stores like Redis itp. It should be used in Knot.x Data Bridge and Http Repository.

malaskowski commented 5 years ago

Implemented in CB and Cache behaviours.