`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
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100