-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Partitioners fix #827
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
Partitioners fix #827
Conversation
I had planned on removing many of these when SimpleProducer is removed. Do you think these partitioners are still useful w/ the new KafkaProducer ? |
The changes are made so the old partitioners work with the new KafkaProducer, while still maintaining support for the old producers. |
Ok, thanks! |
The partitioners have been updated to use the new KafkaProducer calls and support the old SimpleProducer APIs.
The partitioners are callable and the RoundRobinPartitioner caches the last partition and supports dynamic partition altering.