<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/consumer/group.py, branch commit_failed_message_fixup</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>Avoid tight poll loop in consumer when brokers are down (#1415)</title>
<updated>2018-03-08T16:18:15+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-03-08T16:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4abdb1baea2468408c36cc983dfef1e8b8f54654'/>
<id>4abdb1baea2468408c36cc983dfef1e8b8f54654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate max_records in KafkaConsumer.poll (#1398)</title>
<updated>2018-02-27T17:30:47+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-02-27T17:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=793dc4dd4f1fdce9167a23e08ddb3841ea69805b'/>
<id>793dc4dd4f1fdce9167a23e08ddb3841ea69805b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly respect timeouts in consumer poll interface (#1384)</title>
<updated>2018-02-21T18:00:19+00:00</updated>
<author>
<name>Braedon Vickers</name>
<email>braedon.vickers@gmail.com</email>
</author>
<published>2018-02-21T18:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=92635d9bfff5593ba865003dd3010a0feb280140'/>
<id>92635d9bfff5593ba865003dd3010a0feb280140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KAFKA-3949: Avoid race condition when subscription changes during rebalance (#1364)</title>
<updated>2018-02-03T00:36:30+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-02-03T00:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=618c5051493693c1305aa9f08e8a0583d5fcf0e3'/>
<id>618c5051493693c1305aa9f08e8a0583d5fcf0e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Read all available socket bytes (#1332)</title>
<updated>2018-01-11T01:25:33+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-11T01:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a69320b8e3199fa9d7cfa3947a242e699a045c3b'/>
<id>a69320b8e3199fa9d7cfa3947a242e699a045c3b</id>
<content type='text'>
* Recv all available network bytes before parsing
* Add experimental support for configuring socket chunking parameters</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Recv all available network bytes before parsing
* Add experimental support for configuring socket chunking parameters</pre>
</div>
</content>
</entry>
<entry>
<title>KAFKA-3888 Use background thread to process consumer heartbeats (#1266)</title>
<updated>2017-12-21T22:46:10+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-12-21T22:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ad024d1e897dbf16bd629fa63895bd7af4a8d959'/>
<id>ad024d1e897dbf16bd629fa63895bd7af4a8d959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.baserock.org/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>Fix overriding sasl_kerberos_service_name in KafkaConsumer / KafkaProducer (#1264)</title>
<updated>2017-10-17T23:03:33+00:00</updated>
<author>
<name>Nathanael Smith</name>
<email>natedogs911@gmail.com</email>
</author>
<published>2017-10-17T23:03:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=13752d74ef6d4c947146899668fa41c6a317bb3f'/>
<id>13752d74ef6d4c947146899668fa41c6a317bb3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring</title>
<updated>2017-10-16T19:39:23+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-10-16T18:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cd4d01cec81d35b428489360e104658b8e7e720b'/>
<id>cd4d01cec81d35b428489360e104658b8e7e720b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KAFKA-4034: Avoid unnecessary consumer coordinator lookup (#1254)</title>
<updated>2017-10-12T00:11:31+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-12T00:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cfddc6bd179e236874e00a899e9349d5c9a54400'/>
<id>cfddc6bd179e236874e00a899e9349d5c9a54400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
