Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i reproduce the below scenario #37439

Open
charan906 opened this issue Jan 23, 2025 · 0 comments
Open

how can i reproduce the below scenario #37439

charan906 opened this issue Jan 23, 2025 · 0 comments
Labels
enhancement New feature or request needs triage New item requiring triage

Comments

@charan906
Copy link

Component(s)

No response

Is your feature request related to a problem? Please describe.

When the same receiver is referenced in more than one pipeline, the Collector creates only one receiver instance at runtime that sends the data to a fan-out consumer. The fan-out consumer in turn sends the data to the first processor of each pipeline. The data propagation from receiver to the fan-out consumer and then to processors is completed using a synchronous function call. This means that if one processor blocks the call, the other pipelines attached to this receiver are blocked from receiving the same data, and the receiver itself stops processing and forwarding newly received data.

Describe the solution you'd like

Want to reproduce the scenario

Describe alternatives you've considered

No response

Additional context

No response

@charan906 charan906 added enhancement New feature or request needs triage New item requiring triage labels Jan 23, 2025
@charan906 charan906 changed the title how can i reproduce the below sceneio how can i reproduce the below scenario Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

1 participant