redpanda-data / redpanda-data/connect

Input resources in streams mode should fan out their events

Open
#1,267 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

documentation enhancement inputs ux
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.