<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/consumer, branch double_compression</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>Update consumer_timeout_ms docstring per #749</title>
<updated>2016-07-08T23:04:09+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-08T23:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c921b2ac4cec7459f8a84a0583e8892e6b3f2c6f'/>
<id>c921b2ac4cec7459f8a84a0583e8892e6b3f2c6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use explicit subscription state flag to handle seek() during message iteration</title>
<updated>2016-07-08T22:06:37+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-08T22:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7b5ade10a5f4197ec19fce5d77484100c6dc1273'/>
<id>7b5ade10a5f4197ec19fce5d77484100c6dc1273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix consumer iteration on compacted topics</title>
<updated>2016-07-08T21:46:30+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-08T21:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=003bb0a8308e749cf0f63cd60bc2c020b2c96083'/>
<id>003bb0a8308e749cf0f63cd60bc2c020b2c96083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ssl_password to default_config dicts. Send ssl_password when loading cert chains (#750)</title>
<updated>2016-07-08T14:43:27+00:00</updated>
<author>
<name>Ashley McKemie</name>
<email>ashley@datafiniti.net</email>
</author>
<published>2016-07-08T14:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=58991c5fa24076a644a9e682cb865b48b8a736ba'/>
<id>58991c5fa24076a644a9e682cb865b48b8a736ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Randomize order of topics/partitions processed by fetcher to improve balance (#732)</title>
<updated>2016-06-29T18:20:08+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-29T18:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=6b5a0687996bdb8f40e210da504aecb7f8c12141'/>
<id>6b5a0687996bdb8f40e210da504aecb7f8c12141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow client.check_version timeout to be set in Producer and Consumer constructors (#647)</title>
<updated>2016-06-29T17:49:28+00:00</updated>
<author>
<name>eastlondoner</name>
<email>eastlondoner@users.noreply.github.com</email>
</author>
<published>2016-06-29T17:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=db47136671a05283d9801c5a3ec74b3e0f38004e'/>
<id>db47136671a05283d9801c5a3ec74b3e0f38004e</id>
<content type='text'>
* allow client.check_version timeout to be set in Producer and Consumer constructors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* allow client.check_version timeout to be set in Producer and Consumer constructors</pre>
</div>
</content>
</entry>
<entry>
<title>Use Fetch/Produce API v2 for brokers &gt;= 0.10 (uses message format v1) (#694)</title>
<updated>2016-05-22T19:41:17+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T19:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=96530f6a9c4a31d23b069ba162dba6cf45a5efd0'/>
<id>96530f6a9c4a31d23b069ba162dba6cf45a5efd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KAFKA-3025: Message v1 -- add timetamp and use relative offset in compressed messagesets</title>
<updated>2016-05-22T16:51:37+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T07:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=795cb9b29fa05d4425f807f54dfa639c125fc0dd'/>
<id>795cb9b29fa05d4425f807f54dfa639c125fc0dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CRL support to SSL support (#683)</title>
<updated>2016-05-19T14:19:34+00:00</updated>
<author>
<name>Vincent Bernat</name>
<email>vincent@bernat.im</email>
</author>
<published>2016-05-19T14:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=92f859d8da5c3f35ab3738ef2725fff05b6cf57f'/>
<id>92f859d8da5c3f35ab3738ef2725fff05b6cf57f</id>
<content type='text'>
A user can provide a CRL whose peer certificate will be checked
against. This only works with Python 3.4+ and Python 2.7.9+.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A user can provide a CRL whose peer certificate will be checked
against. This only works with Python 3.4+ and Python 2.7.9+.</pre>
</div>
</content>
</entry>
<entry>
<title>Add protocol support for ApiVersionRequest; identify 0.10 brokers in check_version</title>
<updated>2016-05-03T03:59:05+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-03T03:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a3b7dca1b03e8d8d1e1e6c9339a5e12ccb5f51ea'/>
<id>a3b7dca1b03e8d8d1e1e6c9339a5e12ccb5f51ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
