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

MultiProcessConsumer doesn't honor partitions argument. #373

Closed
merginator opened this issue Apr 30, 2015 · 0 comments
Closed

MultiProcessConsumer doesn't honor partitions argument. #373

merginator opened this issue Apr 30, 2015 · 0 comments

Comments

@merginator
Copy link

MultiProcessConsumer always sets partitions to None, which in turn causes Consumer to set partitions to the full list of partitions for the topic. Consumer uses this list to set the initial offsets, which is used by MultiProcessorConsumer to set its list of partitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants