This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-kafka
Code
Issues
Proposed changes
Files
c02b2711f1b18bba85155f8bf402b5b9824b6502
deb-python-kafka
/
kafka
/
partitioner
History
Dana Powers
030d133f6f
DefaultPartitioner - implements java client logic
2016-01-24 13:26:42 -08:00
..
__init__.py
Use MurmurHash2 for key partition hashing
2015-06-10 13:39:56 -07:00
base.py
make partitions arg optional in *Partitioner.partition, defaulting to self.partitions from init
2015-02-09 10:34:19 -08:00
default.py
DefaultPartitioner - implements java client logic
2016-01-24 13:26:42 -08:00
hashed.py
Fix translation of Java murmur2 code, fix byte encoding for Python 3.
2015-07-28 22:38:28 -07:00
roundrobin.py
make partitions arg optional in *Partitioner.partition, defaulting to self.partitions from init
2015-02-09 10:34:19 -08:00