-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10, 11.1-SNAPSHOT
-
Fix Version/s: 10.10-HF22, 11.1, 2021.0
-
Component/s: Rest API
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.28, nxplatform 11.1.29, nxplatform 11.1.30
-
Story Points:3
Currently when any of the enrichers fails the exception is thrown as response thus preventing access to anything else (body, other enrichers, etc..).
Regardless of enricher failures the request itself should not fail, so, as a first step, we will simply:
- catch any enricher error
- not include the failed enrichers in the answer (=> no contexParameters entry for that enricher)
This would allow clients to have access to the response while still being able to know which (if any) enricher failed (with logs visible on the server, no client side error reporting on enrichers for now).
- is related to
-
NXP-28702 it-tests failing due to unexpected AclJsonEnricher output
- Resolved
- is required by
-
AICORE-161 Fix missing aimodels enrichment on creation
- Resolved
- Is referenced in