influxdata / influxdata/influxdb-java
Issue when InfluxDB 1.8.2 behind traefik reverse proxy (http/2)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 469
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I have a traefik 2.2 reverse proxy on top of my InfluxDB 1.8.2 instance.
I played with [warp10-ext-influxdb](https://github.com/senx/warp10-ext-influxdb), which relies on influxdb-java and I noticed that :
* with direct access, it works expected
* with traefik in between, it does not work - seems the client does not support the http/2 connection
You may not fix it as 2.0 is soon GA but at least, it may save some time for people having a similar issue.
Nicolas
Contributor guide
No contributing guide indexed for this repository
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 by reproducing the difference between direct InfluxDB access and access through the Traefik 2.2 reverse proxy using the warp10-ext-influxdb client path. Trace the Java client’s HTTP/2 handling and determine whether the issue can be fixed or clearly documented as a compatibility limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100