<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka, branch fetch_compacted_offset</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>Fix PartitionRecords handling of compacted messages</title>
<updated>2018-02-26T21:45:58+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2018-02-26T21:45: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=c32a0459781e33c45d1bd1aa85148beebd8a7b09'/>
<id>c32a0459781e33c45d1bd1aa85148beebd8a7b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix byte size estimation with kafka producer (#1393)</title>
<updated>2018-02-24T16:14:09+00:00</updated>
<author>
<name>Blake Embrey</name>
<email>hello@blakeembrey.com</email>
</author>
<published>2018-02-24T16:14: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=e66d8c42c9ebec612093b96950df81b7355e4aab'/>
<id>e66d8c42c9ebec612093b96950df81b7355e4aab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check timeout type in KafkaClient constructor</title>
<updated>2018-02-21T21:30:12+00:00</updated>
<author>
<name>Andre Araujo</name>
<email>asdaraujo@gmail.com</email>
</author>
<published>2017-11-07T00:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=0f5d35fa3489fa36000c05a891d375cc30672e23'/>
<id>0f5d35fa3489fa36000c05a891d375cc30672e23</id>
<content type='text'>
If a future was passed as the only positional parameter it would
be assigned to the "timeout_ms" parameter erroneously. This mistake
would not raise any exception but would lead to odd behaviour later,
what could make it extremely difficult to troubleshoot.

Adding a type check ensures that an exception is raise earlier to
notify the user about the problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a future was passed as the only positional parameter it would
be assigned to the "timeout_ms" parameter erroneously. This mistake
would not raise any exception but would lead to odd behaviour later,
what could make it extremely difficult to troubleshoot.

Adding a type check ensures that an exception is raise earlier to
notify the user about the problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update string representation of SimpleClient</title>
<updated>2018-02-21T21:30:12+00:00</updated>
<author>
<name>Andre Araujo</name>
<email>asdaraujo@gmail.com</email>
</author>
<published>2017-11-06T23:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=54d64105c0fec604140b581fd0b0fb3f7ac54b50'/>
<id>54d64105c0fec604140b581fd0b0fb3f7ac54b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use hardware accelerated CRC32C function if available (#1389)</title>
<updated>2018-02-21T21:05:31+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2018-02-21T21:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=0c0c7eae13f3b2b8e3ed7c443adef39cb6802a67'/>
<id>0c0c7eae13f3b2b8e3ed7c443adef39cb6802a67</id>
<content type='text'>
* Use hardware accelerated CRC32C function if available

* Add doc notice of optional `crc32c` package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use hardware accelerated CRC32C function if available

* Add doc notice of optional `crc32c` package
</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://91.123.203.49/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>Fix response schema</title>
<updated>2018-02-21T06:12:07+00:00</updated>
<author>
<name>Alex Eftimie</name>
<email>alex.eftimie@getyourguide.com</email>
</author>
<published>2018-02-19T14:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=f5a0e402dbd05eeaf96649e39d35524dd993d9ef'/>
<id>f5a0e402dbd05eeaf96649e39d35524dd993d9ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Admin CreatePartitions API call</title>
<updated>2018-02-21T06:12:07+00:00</updated>
<author>
<name>Alex Eftimie</name>
<email>alex.eftimie@getyourguide.com</email>
</author>
<published>2018-02-18T07:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=f1f6908e43f28c53207c402bca3836447341d5da'/>
<id>f1f6908e43f28c53207c402bca3836447341d5da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version for development</title>
<updated>2018-02-11T02:33:13+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-02-11T02:33: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=3fb09697146d7e0f03672f75cb9724a2e0b7af4f'/>
<id>3fb09697146d7e0f03672f75cb9724a2e0b7af4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch Release 1.4.1 (#1376)</title>
<updated>2018-02-09T08:46:35+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-02-09T08:46: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=00dd2c7409b1dbb71d2a2898c86b2d0c8f6905c4'/>
<id>00dd2c7409b1dbb71d2a2898c86b2d0c8f6905c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
