redpanda-data / redpanda-data/benthos
http_server sync_response without waiting ack
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 571
- Forks
- 120
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 18
Description
Hi,
as per documentation benthos, even if I put a processor sync_response, waits for ack from output. I would like to achieve an early response (with sync_response), without waiting for output ack, like fire and forget, this way the client calling the http_server does not need to wait for output processing.
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 by reading the http_server and sync_response documentation and locating their implementation entry points. Trace how the HTTP response currently relates to output acknowledgement, then define and verify the fire-and-forget behavior requested here, including what happens when output processing fails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100