`core`: Feign Implementation Details exposed to clients
未关闭
- 主要语言
- Java
- 星标
- 7
- 派生
- 22
- PR 合并指标
- 30 天内没有已合并 PR
描述
The use of the Feign library/framework is an implementation detail and shouldn't concern the consumers of the library.
However, every API call throws runtime exceptions all of which extend Feign's. That they are Runtime does abstract away many concerns. However, the APIs should throw declared exceptions (Runtime or not) so that consumers can properly handle error states, without relying on inspecting the underlying error details.
贡献指南
调研方向
首先检查核心 API 入口点,以及其基于 Feign 的调用当前公开的运行时异常。定义公共异常边界,并确定调用方应如何处理已声明的错误状态;当 API 消费者不再需要依赖 Feign 异常类型时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 重构
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100