<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/producer, 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 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>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>fix reconnect_backoff_max_ms default config bug in KafkaProducer (#1352)</title>
<updated>2018-01-23T17:48:58+00:00</updated>
<author>
<name>C.YAO</name>
<email>YaoC@users.noreply.github.com</email>
</author>
<published>2018-01-23T17:48: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=8f8201713676db2f6ea3828cc376cbed2665dcd2'/>
<id>8f8201713676db2f6ea3828cc376cbed2665dcd2</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://91.123.203.49/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>Raise non-API exceptions (#1316)</title>
<updated>2017-12-21T22:48:15+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-12-21T22:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=c49ae90b105fad958dbc60499aeedd27ff52416c'/>
<id>c49ae90b105fad958dbc60499aeedd27ff52416c</id>
<content type='text'>
The original intent was to catch API exceptions (errors returned by the
broker when trying to produce a message) and delegate them to the
messages' futures. This is copied from the Java producer.

However, we were accidentally catching all exceptions, thereby hiding
exceptions from users unless they explicitly check the result of the
future. Much better to raise client-side errors directly in the
foreground so the user is immediately aware of them and can decide how
to handle.

Fix #1274</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original intent was to catch API exceptions (errors returned by the
broker when trying to produce a message) and delegate them to the
messages' futures. This is copied from the Java producer.

However, we were accidentally catching all exceptions, thereby hiding
exceptions from users unless they explicitly check the result of the
future. Much better to raise client-side errors directly in the
foreground so the user is immediately aware of them and can decide how
to handle.

Fix #1274</pre>
</div>
</content>
</entry>
<entry>
<title>use python standard max value (#1303)</title>
<updated>2017-12-07T21:59:58+00:00</updated>
<author>
<name>lukeWx</name>
<email>4403510+lukekingbru@users.noreply.github.com</email>
</author>
<published>2017-12-07T21:59: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=009290ddd5d4616d70bff93f841e773af8b22750'/>
<id>009290ddd5d4616d70bff93f841e773af8b22750</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>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://91.123.203.49/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>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>
</feed>
