<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/record, 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>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>use absolute imports everywhere (#1362)</title>
<updated>2018-02-06T20:10:45+00:00</updated>
<author>
<name>Kevin Tindall</name>
<email>kevinkjt2000@users.noreply.github.com</email>
</author>
<published>2018-02-06T20:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=9ae0e590b5ea93a9c07d71b55b593e0fcc973bc6'/>
<id>9ae0e590b5ea93a9c07d71b55b593e0fcc973bc6</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>
<entry>
<title>Fix timestamp not passed to RecordMetadata (#1273)</title>
<updated>2017-10-22T07:56:28+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-22T07:56:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=a345dcd2ca1b0f8934864c512a4a78c65034dd36'/>
<id>a345dcd2ca1b0f8934864c512a4a78c65034dd36</id>
<content type='text'>
* Fix timestamp not being passed to RecordMetadata properly

* Add more tests for LegacyBatch

* Fix producer test for recordmetadata
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix timestamp not being passed to RecordMetadata properly

* Add more tests for LegacyBatch

* Fix producer test for recordmetadata
</pre>
</div>
</content>
</entry>
<entry>
<title>Added minor fixes for PR review</title>
<updated>2017-10-12T08:10:44+00:00</updated>
<author>
<name>Taras</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-12T08:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=d10051bb09942bfd48c6f262a8cdbf5651963c2e'/>
<id>d10051bb09942bfd48c6f262a8cdbf5651963c2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the check for timestamp None in producer, as it's done in RecordBatch anyway.</title>
<updated>2017-10-12T08:10:44+00:00</updated>
<author>
<name>Taras</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-11T14:39: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=a8b25decf1d70e50223ab5c4fe5a122f0a9476ad'/>
<id>a8b25decf1d70e50223ab5c4fe5a122f0a9476ad</id>
<content type='text'>
Minor abc doc fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor abc doc fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix snappy compression on PyPy</title>
<updated>2017-10-12T08:10:16+00:00</updated>
<author>
<name>Taras</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-11T12:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=a12ca527a4b8ac77e21e63db7d47b4a68015b780'/>
<id>a12ca527a4b8ac77e21e63db7d47b4a68015b780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor MessageSet and Message into LegacyRecordBatch to later support v2 message format</title>
<updated>2017-10-11T15:09:17+00:00</updated>
<author>
<name>Taras</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-09T21:13: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=fbea5f04bccd28f3aa15a1711548b131504591ac'/>
<id>fbea5f04bccd28f3aa15a1711548b131504591ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
