redpanda-data / redpanda-data/console
Make rest timeout configurable
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
It would be great to make the REST timeout configurable. I have run into timeouts while making requests to a schema registry with a large number of schemas.
It currently seems to be hardcoded here:
https://github.com/cloudhut/kowl/blob/5b135edb5f237f5600742514c001150fa93ac5fe/frontend/src/state/backendApi.ts#L19
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 at frontend/src/state/backendApi.ts line 19, where the REST timeout appears to be hardcoded, and trace how requests to the schema registry use it. Identify an appropriate configuration path and verify that the timeout can be changed for large schema-registry requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100