OpenFeign / OpenFeign/feign

feign java 11 Http2Client invalid uri error

Open
#1,491 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
9.8k
Forks
1.9k
Avg merge
1d 2h
Merged PRs (30d)
41

Description

Hello, when I started to use java 11 in the spring boot project, I also decided to use the http2 protocol for micro-service communication. After I started to use feign-java11 dependency, I also realized some invalid uri errors in the monitoring tool. After I examined the problem, the problem happens when the circuit breaker works. The circuit breaker breaks the client connection, Http2Client class throws (because of interruption) an invalid uri error. I believe that this part may improve with better exception handling.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Java 11 Http2Client class and reproduce the failure while the circuit breaker interrupts the client connection. Trace the resulting exception to determine why it is reported as an invalid URI; done means that interruption no longer surfaces that misleading error in the monitoring tool.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring-boot
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.