We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: