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 #14857 to 7.x: Fix cluster-wide Kafka client bug #14862

Merged
merged 1 commit into from
Nov 29, 2019

Conversation

ChrsMark
Copy link
Member

@ChrsMark ChrsMark commented Nov 29, 2019

Cherry-pick of PR #14857 to 7.x branch. Original message:

This PR fixes a bug introduced on #14822.

The cluster-wide client was never re-opened after the first call to Fetch method because all the other times the Connect method to broker was returning before the cluster-wide client initialisation, due to

if b.id != noID || !b.matchID {
.

cc: @jsoriano @mtojek

@ChrsMark ChrsMark requested a review from a team as a code owner November 29, 2019 14:31
@ChrsMark ChrsMark self-assigned this Nov 29, 2019
@ChrsMark ChrsMark merged commit a269249 into elastic:7.x Nov 29, 2019
@zube zube bot added [zube]: Done and removed [zube]: Inbox labels Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport review Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants