<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka, branch message_format_v1</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>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>Always pass encoded message bytes to MessageSet.encode()</title>
<updated>2016-05-22T07:17:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T04:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7f4a9361ea168a0e1073801d0b86868de47d1de2'/>
<id>7f4a9361ea168a0e1073801d0b86868de47d1de2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise ValueError on protocol encode/decode errors</title>
<updated>2016-05-22T07:17:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T04:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f2991be6143c6a1a79815ea20fe95bae8f5376ac'/>
<id>f2991be6143c6a1a79815ea20fe95bae8f5376ac</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>Fixup BrokerConnection check_version strict error checking: 0.9 will fail with CorrelationIdError</title>
<updated>2016-05-17T14:24:00+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-17T14:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=254dcacb28f66c8426fb8ff161b88e2feb4c486a'/>
<id>254dcacb28f66c8426fb8ff161b88e2feb4c486a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>supplement socket.gaierror exception in BrokerConnection.connect() (#687)</title>
<updated>2016-05-17T14:04:05+00:00</updated>
<author>
<name>Erik Beebe</name>
<email>erik@beebe.cc</email>
</author>
<published>2016-05-17T14:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=d7fa0731a0aba7cb59addbbc9f6f3b270a842df7'/>
<id>d7fa0731a0aba7cb59addbbc9f6f3b270a842df7</id>
<content type='text'>
supplement socket.gaierror exception to include the host/port</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
supplement socket.gaierror exception to include the host/port</pre>
</div>
</content>
</entry>
<entry>
<title>kafka/conn: use original hostname for SSL checks (#682)</title>
<updated>2016-05-17T13:55:12+00:00</updated>
<author>
<name>Vincent Bernat</name>
<email>vincent@bernat.im</email>
</author>
<published>2016-05-17T13:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a7e9dfc405d5d1de60ce15bc6dad016d6418e3aa'/>
<id>a7e9dfc405d5d1de60ce15bc6dad016d6418e3aa</id>
<content type='text'>
When the address family is not provided, `self.host` is resolved to one
of the IP addresses and replaced by it. The SSL context is then built
using `self.host` which is now an IP instead of the proper name. Most of
the time, hostname cannot be checked this way. Therefore, save the
original hostname in a dedicated property and use this property for the
SSL context.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the address family is not provided, `self.host` is resolved to one
of the IP addresses and replaced by it. The SSL context is then built
using `self.host` which is now an IP instead of the proper name. Most of
the time, hostname cannot be checked this way. Therefore, save the
original hostname in a dedicated property and use this property for the
SSL context.</pre>
</div>
</content>
</entry>
<entry>
<title>* [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages* [Legacy Protocol] Update legacy protocol to handle compressed messages</title>
<updated>2016-05-10T15:34:06+00:00</updated>
<author>
<name>Paul Cavallaro</name>
<email>paulcavallaro@users.noreply.github.com</email>
</author>
<published>2016-05-10T15:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=2c9930dea4a4537cf237ac7cc9db1f3970419b59'/>
<id>2c9930dea4a4537cf237ac7cc9db1f3970419b59</id>
<content type='text'>
* [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #679 from zackdever/kafka-PR-1265-bugfix</title>
<updated>2016-05-04T01:21:14+00:00</updated>
<author>
<name>Zack Dever</name>
<email>zackdever@gmail.com</email>
</author>
<published>2016-05-04T01:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0684302d8fa1271ad0e913972b382b00ddeab717'/>
<id>0684302d8fa1271ad0e913972b382b00ddeab717</id>
<content type='text'>
small bug fix in Sensor</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
small bug fix in Sensor</pre>
</div>
</content>
</entry>
<entry>
<title>small bug fix in Sensor</title>
<updated>2016-05-04T00:43:50+00:00</updated>
<author>
<name>Zack Dever</name>
<email>zackdever@gmail.com</email>
</author>
<published>2016-05-04T00:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=416f50b6f78328878e950d7bd8dd902c52d35b13'/>
<id>416f50b6f78328878e950d7bd8dd902c52d35b13</id>
<content type='text'>
pulling in this small bug fix from https://github.com/apache/kafka/pull/1265/files#diff-8736b7fd8ad077ea55ea2a8ad61285faR99</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pulling in this small bug fix from https://github.com/apache/kafka/pull/1265/files#diff-8736b7fd8ad077ea55ea2a8ad61285faR99</pre>
</div>
</content>
</entry>
</feed>
