<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/test, branch release-0.9.x</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>Improve error handling and tests w.r.t. codecs</title>
<updated>2014-05-07T17:08:14+00:00</updated>
<author>
<name>Patrick Lucas</name>
<email>plucas@yelp.com</email>
</author>
<published>2014-05-07T17:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=805b52a34da9ce0dead80a64d7315412f2034673'/>
<id>805b52a34da9ce0dead80a64d7315412f2034673</id>
<content type='text'>
Add function kafka.protocol.create_message_set() that takes a list of
payloads and a codec and returns a message set with the desired encoding.

Introduce kafka.common.UnsupportedCodecError, raised if an unknown codec
is specified.

Include a test for the new function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add function kafka.protocol.create_message_set() that takes a list of
payloads and a codec and returns a message set with the desired encoding.

Introduce kafka.common.UnsupportedCodecError, raised if an unknown codec
is specified.

Include a test for the new function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'teach_producers_about_compression' into producer_compression</title>
<updated>2014-05-07T10:05:50+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-05-07T10:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=39796ec49162a0895be98a8aeb0e42e8319e5e30'/>
<id>39796ec49162a0895be98a8aeb0e42e8319e5e30</id>
<content type='text'>
Conflicts:
	servers/0.8.0/kafka-src
	test/test_unit.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	servers/0.8.0/kafka-src
	test/test_unit.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test suite more robust against very slow test suites</title>
<updated>2014-05-07T05:56:24+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-05-07T05:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b81bf5f69e24b0d0106693b6e47906669873ec18'/>
<id>b81bf5f69e24b0d0106693b6e47906669873ec18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into add_tests</title>
<updated>2014-05-07T04:54:02+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-05-07T04:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b053da2203f2597801609824b510cfcc2e821d63'/>
<id>b053da2203f2597801609824b510cfcc2e821d63</id>
<content type='text'>
kafka/client.py contained duplicate copies of same refactor, merged.
Move test/test_integration.py changes into test/test_producer_integration.

Conflicts:
	kafka/client.py
	servers/0.8.0/kafka-src
	test/test_integration.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kafka/client.py contained duplicate copies of same refactor, merged.
Move test/test_integration.py changes into test/test_producer_integration.

Conflicts:
	kafka/client.py
	servers/0.8.0/kafka-src
	test/test_integration.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix travis build. Decrease complexity of service.py in favor of in memory logging. Address code review concerns</title>
<updated>2014-05-07T04:24:15+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-05-07T04:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=efcf58b84214aeda6cf79319f182407cde7833a6'/>
<id>efcf58b84214aeda6cf79319f182407cde7833a6</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 #139 from alexcb/master</title>
<updated>2014-05-07T04:03:10+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2014-05-07T04:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=3b18043821f37242bde2b186684fa05d36c61921'/>
<id>3b18043821f37242bde2b186684fa05d36c61921</id>
<content type='text'>
SimpleProducer randomization of initial round robin ordering</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SimpleProducer randomization of initial round robin ordering</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'codec' parameter to Producer</title>
<updated>2014-05-03T23:09:33+00:00</updated>
<author>
<name>Patrick Lucas</name>
<email>plucas@yelp.com</email>
</author>
<published>2014-05-03T18:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=671b74ab2e035a2f2ba7f90419794f6dbec08366'/>
<id>671b74ab2e035a2f2ba7f90419794f6dbec08366</id>
<content type='text'>
Adds a codec parameter to Producer.__init__ that lets the user choose
a compression codec to use for all messages sent by it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a codec parameter to Producer.__init__ that lets the user choose
a compression codec to use for all messages sent by it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing import</title>
<updated>2014-05-01T04:33:03+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-05-01T04:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c307a3aac6f3fa6e9f75a301a85800252c24abaa'/>
<id>c307a3aac6f3fa6e9f75a301a85800252c24abaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip flaky test between osx/linux</title>
<updated>2014-05-01T04:19:37+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-05-01T04:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7a1e2270cb8ea2424f6696d74613546f26e277cf'/>
<id>7a1e2270cb8ea2424f6696d74613546f26e277cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes</title>
<updated>2014-04-25T17:55:04+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-04-25T17:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=57913f9f914a959f52bc9040a172f8c9ff77e491'/>
<id>57913f9f914a959f52bc9040a172f8c9ff77e491</id>
<content type='text'>
Bump version number to 0.9.1
Update readme to show supported Kafka/Python versions
Validate arguments in consumer.py, add initial consumer unit test
Make service kill() child processes when startup fails
Add tests for util.py, fix Python 2.6 specific bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump version number to 0.9.1
Update readme to show supported Kafka/Python versions
Validate arguments in consumer.py, add initial consumer unit test
Make service kill() child processes when startup fails
Add tests for util.py, fix Python 2.6 specific bug.
</pre>
</div>
</content>
</entry>
</feed>
