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

Revert 703f0659 / fix 0.8.2 protocol quick detection #1763

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Mar 24, 2019

commit 703f065 was attempting to fix version detection on 0.8.2 brokers, which have a quirky correlation id response for GroupCoordinator requests when there are no topics created. But setting the BrokerConn api_version to 0.8.2 prematurely inadvertently broke SASL authentication, which checks that the api_version is either unset (None) or >= 0.10 . This PR should fix both issues by also handling the 0.8.2 protocol quirk when the api_version is unset / None.


This change is Reviewable

@dpkp dpkp merged commit 227a946 into master Mar 27, 2019
@dpkp dpkp deleted the 0_8_2_protocol_parser_too branch March 27, 2019 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants