<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka, branch better-struct-errors</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>Give better struct errors</title>
<updated>2017-12-08T02:18:23+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-12-08T02:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=54f12d476cf3c774d985db7f28d1a7ab996f1963'/>
<id>54f12d476cf3c774d985db7f28d1a7ab996f1963</id>
<content type='text'>
Stop shadowing the word `error` because we want to know what the
specific exception message was.

Also give more details on exactly which value failed. We don't know who
submitted the value, but perhaps it's unique enough that we can debug it better.

Fix #1318
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop shadowing the word `error` because we want to know what the
specific exception message was.

Also give more details on exactly which value failed. We don't know who
submitted the value, but perhaps it's unique enough that we can debug it better.

Fix #1318
</pre>
</div>
</content>
</entry>
<entry>
<title>use python standard max value (#1303)</title>
<updated>2017-12-07T21:59:58+00:00</updated>
<author>
<name>lukeWx</name>
<email>4403510+lukekingbru@users.noreply.github.com</email>
</author>
<published>2017-12-07T21:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=009290ddd5d4616d70bff93f841e773af8b22750'/>
<id>009290ddd5d4616d70bff93f841e773af8b22750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed for to use enumerate() (#1301)</title>
<updated>2017-12-06T16:31:24+00:00</updated>
<author>
<name>Benn Roth</name>
<email>TheAtomicOption@users.noreply.github.com</email>
</author>
<published>2017-12-06T16:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=5d1b13ef2812ddfe619495178f41e57b1fb640df'/>
<id>5d1b13ef2812ddfe619495178f41e57b1fb640df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two bugs in printing bytes instance</title>
<updated>2017-11-27T20:45:07+00:00</updated>
<author>
<name>Andre Araujo</name>
<email>araujo@cloudera.com</email>
</author>
<published>2017-11-15T21:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=27da91641750f190da305478759016398d076e51'/>
<id>27da91641750f190da305478759016398d076e51</id>
<content type='text'>
Bug 1:
When `value` is None, trying to call `len(None)` throws an exception.

Bug 2:
When len(`value`) &lt;= 100, the code currently prints b'' rather than
`value`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug 1:
When `value` is None, trying to call `len(None)` throws an exception.

Bug 2:
When len(`value`) &lt;= 100, the code currently prints b'' rather than
`value`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert ffc7caef13a120f69788bcdd43ffa01468f575f9 / PR #1239</title>
<updated>2017-11-17T07:17:55+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-11-17T07:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=16e05e7f8b4553343b47462595b9743f1f8ab900'/>
<id>16e05e7f8b4553343b47462595b9743f1f8ab900</id>
<content type='text'>
The change caused a regression documented in issue #1290
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change caused a regression documented in issue #1290
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct casing for MB</title>
<updated>2017-11-15T22:40:12+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-11-15T22:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=7bde919f2732e34cd76c858c79d965db528a0096'/>
<id>7bde919f2732e34cd76c858c79d965db528a0096</id>
<content type='text'>
These values refer to Megabytes, not Megabits.

Fix #1295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These values refer to Megabytes, not Megabits.

Fix #1295
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace periods (java) with underscores (python)</title>
<updated>2017-11-07T23:16:06+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-11-07T23:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=a3995b38210d3700855d5b438529a5387c095569'/>
<id>a3995b38210d3700855d5b438529a5387c095569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use socket timeout of request_timeout_ms to prevent blocking forever on send (#1281)</title>
<updated>2017-10-25T15:09:37+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-25T15:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=34dc9dd2fe6b47f4542c5a131e0e0cbc1b00ed80'/>
<id>34dc9dd2fe6b47f4542c5a131e0e0cbc1b00ed80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle lookup_coordinator send failures (#1279)</title>
<updated>2017-10-24T23:05:50+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-24T23:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=d2001e4b69c2b03202a44899b687b05e735261a8'/>
<id>d2001e4b69c2b03202a44899b687b05e735261a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DefaultRecordBatch implementation aka V2 message format parser/builder. (#1185)</title>
<updated>2017-10-24T22:28:35+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-24T22:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=8b05ee8da50b4c7b832676f4e38f9d92a86639cc'/>
<id>8b05ee8da50b4c7b832676f4e38f9d92a86639cc</id>
<content type='text'>
Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.</pre>
</div>
</content>
</entry>
</feed>
