<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch iterator_fetches</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>Sleep in KafkaConsumer iterator if no partition assignment; dont block in poll if no in-flight fetches</title>
<updated>2016-01-12T23:39:48+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-12T22:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=3e622068ea7a970c8674a518a05355b6065560f1'/>
<id>3e622068ea7a970c8674a518a05355b6065560f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sleep call in client.poll -- expect callers to manage this and log warning</title>
<updated>2016-01-12T22:43:49+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-12T22:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=22e84a57cb0a33aef3b37ed0515a85244d3a1615'/>
<id>22e84a57cb0a33aef3b37ed0515a85244d3a1615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move consumer_timeout handling to private method</title>
<updated>2016-01-12T22:42:17+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-12T22:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=dcd62b72e39df00da23e13d783fa5681a20e381b'/>
<id>dcd62b72e39df00da23e13d783fa5681a20e381b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to pipeline fetchrequests in iterator</title>
<updated>2016-01-12T22:41:22+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-12T22:41: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=cc3e1cc9a17de52a3ab7955548b8bae945777a97'/>
<id>cc3e1cc9a17de52a3ab7955548b8bae945777a97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use private deque to track in-flight fetchrequests</title>
<updated>2016-01-12T22:38:16+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-12T22: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=e58b447b8e9a7eaa307244b7a315c19ac00381a0'/>
<id>e58b447b8e9a7eaa307244b7a315c19ac00381a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docstring and comments in _create_fetch_requests re KAFKA-2978</title>
<updated>2016-01-11T07:00:10+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-11T06:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=1c4a8bfc671282c002e39fd67afd5f4ccef0ee4c'/>
<id>1c4a8bfc671282c002e39fd67afd5f4ccef0ee4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize init_fetches calls during iteration</title>
<updated>2016-01-11T07:00:10+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-11T06:53: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=458bdb50f62a0fa2556bca11cf6cc68c6e935ca6'/>
<id>458bdb50f62a0fa2556bca11cf6cc68c6e935ca6</id>
<content type='text'>
  Generally should not init_fetches while the generator has pending
  messages; this revision adds an explicit check / noop to the
  public interface, and uses a private method internally to
  attempt to pipeline fetch requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Generally should not init_fetches while the generator has pending
  messages; this revision adds an explicit check / noop to the
  public interface, and uses a private method internally to
  attempt to pipeline fetch requests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for assignment changes before yielding new record</title>
<updated>2016-01-11T07:00:09+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-11T06:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=76e7d13bdd736aa23507a336d04ec025636f9404'/>
<id>76e7d13bdd736aa23507a336d04ec025636f9404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetcher logging should be debug or trace (left higher during testing)</title>
<updated>2016-01-11T07:00:09+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-11T06:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=0adb71af3858a8f4d1cfb3fe072989499b3b3c4f'/>
<id>0adb71af3858a8f4d1cfb3fe072989499b3b3c4f</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 #496 from dpkp/idle_sleep</title>
<updated>2016-01-11T06:20:42+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-01-11T06:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=829b0379eb6f4df2e20fceb6673ad60e21b348f3'/>
<id>829b0379eb6f4df2e20fceb6673ad60e21b348f3</id>
<content type='text'>
Prevent idle CPU spin by sleeping if there are no sockets to read</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent idle CPU spin by sleeping if there are no sockets to read</pre>
</div>
</content>
</entry>
</feed>
