Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort partitions before calling partitioner (#905) | ms7s | 2016-12-19 | 1 | -0/+7 |
| | |||||
* | Fix murmur2 bug handling python2 bytes that do not ascii encode (#815) | Dana Powers | 2016-10-22 | 2 | -12/+11 |
| | | | | | | * Add test for murmur2 py2 bytes bug * Fix murmur2 handling of python2 bytes * Drop bytearray / str / unicode MurmurPartitioner tests -- no longer supported * Make DefaultPartitioner importable from kafka.partitioner | ||||
* | Update Partitioners for use with KafkaProducer (#827) | barrotsteindev | 2016-09-28 | 3 | -24/+77 |
| | |||||
* | Always absolute_importabsolute_import | Dana Powers | 2016-08-02 | 4 | -0/+9 |
| | |||||
* | Vendor six 1.10.0six | Dana Powers | 2016-08-01 | 1 | -1/+3 |
| | |||||
* | DefaultPartitioner - implements java client logic | Dana Powers | 2016-01-24 | 1 | -0/+23 |
| | |||||
* | Fix translation of Java murmur2 code, fix byte encoding for Python 3. | Chris Chamberlin | 2015-07-28 | 1 | -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 hashing | Dana Powers | 2015-06-10 | 2 | -3/+98 |
| | |||||
* | make partitions arg optional in *Partitioner.partition, defaulting to ↵ | Dana Powers | 2015-02-09 | 3 | -7/+8 |
| | | | | self.partitions from init | ||||
* | Add Sphinx API docs | Will Daly | 2015-01-15 | 1 | -4/+6 |
| | |||||
* | Separate consumers/producers/partitioners | Dana Powers | 2014-09-10 | 4 | -0/+64 |