<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/consumer, branch message_set_encode_size</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>Expand consumer.fetcher comment re comparing request / response offsets</title>
<updated>2016-07-17T19:00:23+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-17T19:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=77360a167fc5fab1c3204be2524a1f21d8dbef51'/>
<id>77360a167fc5fab1c3204be2524a1f21d8dbef51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> KAFKA-3196: Add checksum and size to RecordMetadata and ConsumerRecord (#770 / #594)</title>
<updated>2016-07-17T18:44:01+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-17T18:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=68c8a4a276237488fba1495fcec43b572a80289c'/>
<id>68c8a4a276237488fba1495fcec43b572a80289c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicit format string argument indices for python 2.6 compatibility</title>
<updated>2016-07-17T17:44:32+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-17T17:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bcbc0c4e9af01009dd1750aa7d939e2489ddeb73'/>
<id>bcbc0c4e9af01009dd1750aa7d939e2489ddeb73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KAFKA-2832: Add a consumer config option to exclude internal topics (#765)</title>
<updated>2016-07-17T15:37:15+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-17T15:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=31a29ecea000ad8e95b0ecb1b8e11f9600029135'/>
<id>31a29ecea000ad8e95b0ecb1b8e11f9600029135</id>
<content type='text'>
  Use exclude_internal_topics config in KafkaConsumer to avoid subscribe patterns matching internal topics
  Raise error during rebalance if subscribed topics are not authorized</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Use exclude_internal_topics config in KafkaConsumer to avoid subscribe patterns matching internal topics
  Raise error during rebalance if subscribed topics are not authorized</pre>
</div>
</content>
</entry>
<entry>
<title>Expose selector type as config option (#764)</title>
<updated>2016-07-17T06:11:17+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-17T06:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=506d023978e7273bd323c0750e3f77af259d257b'/>
<id>506d023978e7273bd323c0750e3f77af259d257b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update kafka configuration links -&gt; 0.10.0.0 docs</title>
<updated>2016-07-17T04:13:43+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-17T04:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=2a7f4dbb8159464941afa25d49428976cc05f902'/>
<id>2a7f4dbb8159464941afa25d49428976cc05f902</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First stab at public metrics() interface for KafkaConsumer / KafkaProducer</title>
<updated>2016-07-16T21:05:50+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-11T04:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=9b5c5acd9a8ba044c90ce3583c6c5231369627d6'/>
<id>9b5c5acd9a8ba044c90ce3583c6c5231369627d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment re fetcher stats on compressed topics</title>
<updated>2016-07-16T21:05:50+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-11T06: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=7a6f2349ea05bda9ee6103e7f8214b9778ebcce6'/>
<id>7a6f2349ea05bda9ee6103e7f8214b9778ebcce6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup metrics_sample_window_ms docstring in consumer</title>
<updated>2016-07-16T21:05:49+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-11T04:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=abaea8e4b9110c54bf4b2b14a4cdd007b1ce7e29'/>
<id>abaea8e4b9110c54bf4b2b14a4cdd007b1ce7e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KAFKA-3785: Fetcher spending unnecessary time during metrics recording</title>
<updated>2016-07-16T21:05:49+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-07-11T04:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=fc5338bc5521ebed2a81357673f5665ddc000a7d'/>
<id>fc5338bc5521ebed2a81357673f5665ddc000a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
