influxdata / influxdata/influxdb

influxdb3_client: no request timeout and no way to configure one

Open
#27,591 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

- `Client::new` builds its HTTP client with no timeout of any kind and exposes no knob to set one; a request to a server that accepts the connection but never responds awaits forever.
- Ask: a sensible default request timeout and/or a builder option to configure it.

Contributor guide

Open the contributing guide

Research direction

Start at `influxdb3_client`'s `Client::new`, where the HTTP client is built without a timeout. Trace how requests are issued and identify the relevant client tests or test entry points; done means a nonresponsive server no longer waits forever and the timeout behavior or configuration is covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api, backend-api-design
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.