redpanda-data / redpanda-data/connect
Input resources in streams mode should fan out their events
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
The input resources in streams mode are not actually "shared". They are bound to one processor while the whole concept of sharing is to be able for multiple ones to use the same instance instead.
We had this discussion on Discord that may be useful:
https://discord.com/channels/746368194196799589/754099840354615296/977130940981710878
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 tracing how input resources are bound to processors in streams mode, then review the linked Discord discussion for the intended sharing behavior. Done means a shared input resource can be used by multiple processors and its events fan out to each of them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- stream-processing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100