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

Partition count should be per topic in offset request buffer #1199

Conversation

matthew-d-jones
Copy link
Contributor

Fixes #1190

offsetsForTimes() is failing when requesting offset for multiple partitions, which span multiple topics, on a single broker. This is because the number of partitions in the request was accumulated for all partitions, but should be per topic.

Note, there is no regression test in place yet, may want this before merging.

@edenhill
Copy link
Contributor

edenhill commented May 3, 2017

LGTM. thanks!

@edenhill edenhill merged commit 75013ba into confluentinc:master May 3, 2017
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