-
Notifications
You must be signed in to change notification settings - Fork 662
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
Feature Request: consumer custom partition assigner #731
Comments
There are no immediate such plans, and we typically recommend to use the builtin partitioners as much as possible since they are compatible with partitioners in other languages (e.g., murmur2_random is compatible with the default Apache Kafka java producer partitioner). |
Hi @edenhill . Thank you for the prompt reply. In this card I'm talking about the consumer assigner, I'm sorry I was not clear (I will update the card description). |
Oh sorry, that's my bad. We don't have any immediate plans for that either, it is a niche use-case and requires a lot of work both in librdkafka and confluent-kafka-go. |
Ok, thanks for the confirmation! |
Found a sibling confluentinc/librdkafka#2284 |
Description
Are there any plans to implement custom consumer assignor strategy (similar to what Sarama implements here)?
Are there any blockers?
How to reproduce
N/A
Checklist
Please provide the following information:
LibraryVersion()
): Any"debug": ".."
as necessary): N/AThe text was updated successfully, but these errors were encountered: