]
Diego Lovison reassigned ISPN-9631:
-----------------------------------
Assignee: Diego Lovison (was: Ryan Emerson)
REST API should return 503 Service Unavailable if store's becomes
unavailable
-----------------------------------------------------------------------------
Key: ISPN-9631
URL:
https://issues.jboss.org/browse/ISPN-9631
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores, REST
Affects Versions: 9.4.0.Final
Reporter: Ryan Emerson
Assignee: Diego Lovison
Priority: Major
The REST API should return a 503 if DB is down, or serve an in-memory value if
X-Infinispan-Flags: SKIP_CACHE_STORE, SKIP_CACHE_LOAD are present.
AbstractOperations::createResponseException should be modified.