<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/test/testutil.py, branch async_producer_stop</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>Reduce log chatter in tests (only debug kafka.conn in test_conn)</title>
<updated>2015-06-09T06:05:55+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-09T06:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=432590550d745eb1eda49ac12d2f8a3dca01111d'/>
<id>432590550d745eb1eda49ac12d2f8a3dca01111d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add zk to KafkaIntegrationTestCase attributes to fix lint error</title>
<updated>2015-06-09T04:26:31+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-09T04:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ffcb49d71a5ef1871a2631216db5198bbf8a7b41'/>
<id>ffcb49d71a5ef1871a2631216db5198bbf8a7b41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dump fixture logs on OffsetResponse error during producer integration</title>
<updated>2015-06-09T04:06:48+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-09T04:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ac1ef729594b192931c56e1ab97d76fca7e08a24'/>
<id>ac1ef729594b192931c56e1ab97d76fca7e08a24</id>
<content type='text'>
tests. This is intended to help debug an intermittent failure that
requires server logs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests. This is intended to help debug an intermittent failure that
requires server logs.
</pre>
</div>
</content>
</entry>
<entry>
<title>random_string helper should return str not bytes</title>
<updated>2015-06-06T23:22:27+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-05T05:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=207499b26d5ce6c7a72771250b8e4365944aa1bd'/>
<id>207499b26d5ce6c7a72771250b8e4365944aa1bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make external API consistently support python3 strings for topic.</title>
<updated>2015-04-03T17:23:39+00:00</updated>
<author>
<name>Space</name>
<email>space@wibidata.com</email>
</author>
<published>2015-03-31T22:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1c856e8400e1c4fe6dccd562fbcf4d1bde38755d'/>
<id>1c856e8400e1c4fe6dccd562fbcf4d1bde38755d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed TestKafkaProducerIntegration</title>
<updated>2014-11-26T16:10:03+00:00</updated>
<author>
<name>Lou Marvin Caraig</name>
<email>loumarvincaraig@gmail.com</email>
</author>
<published>2014-11-26T12:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a9e77bdaa2490d4c8c343d18f32d7b256c50ddd7'/>
<id>a9e77bdaa2490d4c8c343d18f32d7b256c50ddd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #227 from wizzat-feature/py3</title>
<updated>2014-09-08T02:09:32+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2014-09-08T01:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=715425c639a476139065689afde3d255a07d6f96'/>
<id>715425c639a476139065689afde3d255a07d6f96</id>
<content type='text'>
Python 3 Support

Conflicts:
	kafka/producer.py
	test/test_client.py
	test/test_client_integration.py
	test/test_codec.py
	test/test_consumer.py
	test/test_consumer_integration.py
	test/test_failover_integration.py
	test/test_producer.py
	test/test_producer_integration.py
	test/test_protocol.py
	test/test_util.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3 Support

Conflicts:
	kafka/producer.py
	test/test_client.py
	test/test_client_integration.py
	test/test_codec.py
	test/test_consumer.py
	test/test_consumer_integration.py
	test/test_failover_integration.py
	test/test_producer.py
	test/test_producer_integration.py
	test/test_protocol.py
	test/test_util.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more tests, only multiprocessing consumer ones remaining</title>
<updated>2014-09-03T16:55:45+00:00</updated>
<author>
<name>Bruno Renié</name>
<email>brutasse@gmail.com</email>
</author>
<published>2014-08-29T13:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=81f51b9b284d750f5e5added2f2c4bd773acd604'/>
<id>81f51b9b284d750f5e5added2f2c4bd773acd604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bytes in self.msg()</title>
<updated>2014-09-03T16:55:45+00:00</updated>
<author>
<name>Bruno Renié</name>
<email>brutasse@gmail.com</email>
</author>
<published>2014-08-29T08:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ab80fa8283dc938e354d094e34fb0e86b5316ea4'/>
<id>ab80fa8283dc938e354d094e34fb0e86b5316ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode topic directly</title>
<updated>2014-09-03T16:55:45+00:00</updated>
<author>
<name>Bruno Renié</name>
<email>brutasse@gmail.com</email>
</author>
<published>2014-08-29T07:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=974cda1b7ad21ae6c2e7f2f03d5f87d8061c143b'/>
<id>974cda1b7ad21ae6c2e7f2f03d5f87d8061c143b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
