redpanda-data / redpanda-data/connect
Add more options to read_until input
Open
Nobody has claimed this yet.
enhancement
inputs
ux
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
Hi @Jeffail, would you consider to expose restartBackoff options? It's necessary for me to run benthos as a service, which continuously consume new data from MongoDB/MySQL etc.
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 internal/impl/pure/input_read_until.go at the linked lines around the restartBackoff handling. Read how the read_until input currently exposes and applies its options, then trace the configuration and tests that cover it. Done means the requested restartBackoff options are exposed so the input can continuously consume new data from sources such as MongoDB or MySQL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- stream-processing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100