redpanda-data / redpanda-data/benthos
Support waiting on cache entries
Open
Nobody has claimed this yet.
enhancement
needs investigation
- Dominant language
- Go
- Stars
- 571
- Forks
- 120
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 18
Description
Currently waiting for cache entries is quite a bit of config:
- while:
at_least_once: true
check: errored()
processors:
- cache:
resource: mem
operator: get
key: my_key
all this could be replaced by more straight-forward:
- cache:
resource: mem
operator: wait
key: my_key
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
No files or tests are named. Start by tracing the cache processor from the YAML examples, especially the existing operator: get path; done means the operator: wait form can replace the shown while/errored configuration for the same cache key.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- stream-processing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100