`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