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 fix to fetch consumer metadata #68

Merged
merged 3 commits into from
Aug 27, 2019
Merged

Conversation

Baisang
Copy link

@Baisang Baisang commented Aug 27, 2019

1.4.5 introduced a regression where some fetches of consumer metadata were nonblocking (i.e. used local state instead of making a network call) unless a network operation was performed at some point. Unfortunately there was a bug where if the metadata was empty, the code just assumed there was no data at all and did not make a blocking call to fetch any data.

I made a fix upstream (see dpkp#1781) but it hasn't been released yet (probably in 1.4.7). So we can just cherry-pick the change in our fork now.

@Baisang Baisang requested a review from lsterk August 27, 2019 17:04
@yzernik
Copy link

yzernik commented Aug 27, 2019

+1

@Baisang Baisang merged commit ae25588 into master Aug 27, 2019
@lsterk
Copy link

lsterk commented Aug 27, 2019

Nice work on this! Thanks for including the new test in addition to your cherry-picking from upstream.

@Baisang
Copy link
Author

Baisang commented Aug 27, 2019

@lsterk the new test was also cherry-picked from upstream :)

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.

3 participants