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

Cherry-pick #7926 to 6.5: Start autodiscover consumers before producers #11376

Merged
merged 1 commit into from
Mar 22, 2019

Conversation

jsoriano
Copy link
Member

Cherry-pick of PR #7926 to 6.5 branch. Original message:

This PR makes sure that autodiscover consumers are started to listen to the Bus before producers start to produce. This is because, the Bus is a bounded chan of size 100. A kubernetes node can have upto 110 pods. In such cases, the producer would be blocked and the consumer would never start.

@jsoriano jsoriano merged commit 5457ffd into elastic:6.5 Mar 22, 2019
@jsoriano jsoriano deleted the backport_7926_6.5 branch March 22, 2019 10:17
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants