`ims` Service `getAccessToken` Should hide exceptions
- Ngôn ngữ chính
- Java
- Star
- 7
- Fork
- 22
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 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.
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java
- Lĩnh vực
- authentication
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100