-
Notifications
You must be signed in to change notification settings - Fork 100
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
add default partitioner functionality #25
Comments
fgeller
added a commit
that referenced
this issue
Jun 13, 2016
fgeller
added a commit
that referenced
this issue
Jun 13, 2016
fgeller
added a commit
that referenced
this issue
Jun 13, 2016
fgeller
added a commit
that referenced
this issue
Jun 14, 2016
- currently only the hashCode partitioner is available - by default no partitioner is used. this means that either the partition is specified or it defaults to 0. - if the stdin line cannot be deserialized into a json object, its string value is used as the value and the key will be nil/null.
haven't had any requests for the murmur one - closing for now. feel free to comment if you need an additional partitioner |
dangogh
pushed a commit
to dangogh/hkt
that referenced
this issue
May 11, 2020
consume: add Avro support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/producer/DefaultPartitioner.scala
https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/producer/internals/DefaultPartitioner.java
The text was updated successfully, but these errors were encountered: