summaryrefslogtreecommitdiff
path: root/kafka/partitioner
Commit message (Collapse)AuthorAgeFilesLines
* DefaultPartitioner - implements java client logicDana Powers2016-01-241-0/+23
|
* Fix translation of Java murmur2 code, fix byte encoding for Python 3.Chris Chamberlin2015-07-281-10/+12
| | | | | | Avoid further type changes when Murmur2Partitioner is passed a byte array. Change leftover-bytes logic to match the Java switch statement, and add tests to verify that partition selection matches Java implementation.
* Use MurmurHash2 for key partition hashingDana Powers2015-06-102-3/+98
|
* make partitions arg optional in *Partitioner.partition, defaulting to ↵Dana Powers2015-02-093-7/+8
| | | | self.partitions from init
* Add Sphinx API docsWill Daly2015-01-151-4/+6
|
* Separate consumers/producers/partitionersDana Powers2014-09-104-0/+64