`ims` Service `getAccessToken` Should hide exceptions
- 主要语言
- Java
- 星标
- 7
- 派生
- 22
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Expected Behaviour
When an exception occurs in the fetching of a new Access token, the IMS Service should capture any possible Feign runtime exceptions and either:
a) log it, returning nothing.
b) Transform it the exception into a meaningful, recoverable or non-recoverable state.
### Actual Behaviour
All of the Feign runtime exceptions bubble up to the caller.
贡献指南
调研方向
Start at the IMS Service getAccessToken flow described in the issue and inspect how Feign runtime exceptions reach its caller. Confirm the intended handling with the issue's two proposed outcomes; done means fetching-token failures no longer bubble directly and are either logged with no return value or represented as a meaningful recoverable or non-recoverable state.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- authentication
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100