feign java 11 Http2Client invalid uri error
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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