<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/partitioner, branch warn_dns_error</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Sort partitions before calling partitioner (#905)</title>
<updated>2016-12-19T19:26:03+00:00</updated>
<author>
<name>ms7s</name>
<email>martin.sucha@exponea.com</email>
</author>
<published>2016-12-19T19:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=46f9b1f681e8e999fbe6a1704c65cc35dca38f4c'/>
<id>46f9b1f681e8e999fbe6a1704c65cc35dca38f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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>Always absolute_import</title>
<updated>2016-08-03T04:36:00+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-03T04:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=c693709aaf9e292c8614b9ab345d3322d4f71caa'/>
<id>c693709aaf9e292c8614b9ab345d3322d4f71caa</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://91.123.203.49/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>DefaultPartitioner - implements java client logic</title>
<updated>2016-01-24T21:26:42+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-23T23:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=030d133f6f3e45a6eb2dabf70e4ebe2961f67824'/>
<id>030d133f6f3e45a6eb2dabf70e4ebe2961f67824</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>Add Sphinx API docs</title>
<updated>2015-01-15T23:01:40+00:00</updated>
<author>
<name>Will Daly</name>
<email>will@edx.org</email>
</author>
<published>2015-01-04T17:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=01f378328e5383d05d52428b815f992eb2c536cb'/>
<id>01f378328e5383d05d52428b815f992eb2c536cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
