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 #14861

Closed
wants to merge 1 commit into from

Conversation

ChrsMark
Copy link
Member

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:27
@ChrsMark ChrsMark closed this Nov 29, 2019
@ChrsMark ChrsMark deleted the backport_14857_7.x branch November 29, 2019 14:30
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.

2 participants