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

Fix the list topics API #508

Merged
merged 1 commit into from
Dec 20, 2017
Merged

Fix the list topics API #508

merged 1 commit into from
Dec 20, 2017

Conversation

dasch
Copy link
Contributor

@dasch dasch commented Dec 20, 2017

A recent version of Kafka changed its API such that an empty list of topics in the metadata request no longer causes the broker to return all topics in the cluster - rather, we need to pass a null value.

Fixes #493.

A recent version of Kafka changed its API such that an empty list of
topics in the metadata request no longer causes the broker to return
*all* topics in the cluster - rather, we need to pass a null value.
@dasch dasch merged commit 6ba52b1 into master Dec 20, 2017
@dasch dasch deleted the dasch/fix-list-topics branch December 20, 2017 11:31
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.

1 participant