<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/partitioner/hashed.py, branch fetch_partition_compressed_offset</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Fix murmur2 bug handling python2 bytes that do not ascii encode (#815)</title>
<updated>2016-10-22T16:48:08+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-10-22T16:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=8de40a20d909c90745b39df09b3aa9d2cc194b68'/>
<id>8de40a20d909c90745b39df09b3aa9d2cc194b68</id>
<content type='text'>
* 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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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</pre>
</div>
</content>
</entry>
<entry>
<title>Update Partitioners for use with KafkaProducer (#827)</title>
<updated>2016-09-28T17:30:32+00:00</updated>
<author>
<name>barrotsteindev</name>
<email>barrotstein@gmail.com</email>
</author>
<published>2016-09-28T17:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b8717b4b79462e83344f49bbd42312cf521d84aa'/>
<id>b8717b4b79462e83344f49bbd42312cf521d84aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor six 1.10.0</title>
<updated>2016-08-01T21:47:40+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-01T16:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=51b3d311f3930d9bb86877ca235156eb9d46763c'/>
<id>51b3d311f3930d9bb86877ca235156eb9d46763c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix translation of Java murmur2 code, fix byte encoding for Python 3.</title>
<updated>2015-07-29T05:38:28+00:00</updated>
<author>
<name>Chris Chamberlin</name>
<email>chris.chamberlin@climate.com</email>
</author>
<published>2015-07-29T05:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bb6283df6f9331595020d1d8c28818eeb1131957'/>
<id>bb6283df6f9331595020d1d8c28818eeb1131957</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use MurmurHash2 for key partition hashing</title>
<updated>2015-06-10T20:39:56+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-05-17T19:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4e339a746d84650f75fb401e3bd9cfe6e3a65e00'/>
<id>4e339a746d84650f75fb401e3bd9cfe6e3a65e00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make partitions arg optional in *Partitioner.partition, defaulting to self.partitions from init</title>
<updated>2015-02-09T18:34:19+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-02-06T19:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=fb03c69544221a25e925b8c6af45e44ac6944b2a'/>
<id>fb03c69544221a25e925b8c6af45e44ac6944b2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate consumers/producers/partitioners</title>
<updated>2014-09-11T05:14:29+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2014-09-09T23:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=27e812e66bd04d3acf59ad6792b07d1c7056c036'/>
<id>27e812e66bd04d3acf59ad6792b07d1c7056c036</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
