<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka, branch conn_send_timeout</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>Use socket timeout of request_timeout_ms to prevent blocking forever on send</title>
<updated>2017-10-25T04:52:56+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-25T04:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b865d107638e1e57e3f88bb4a06826bb098610dd'/>
<id>b865d107638e1e57e3f88bb4a06826bb098610dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more gssapi errors (#1280)</title>
<updated>2017-10-24T22:16:13+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-24T22:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4213d53d4ccfd239addc1db07b5b3913b4c6547c'/>
<id>4213d53d4ccfd239addc1db07b5b3913b4c6547c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.baserock.org/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>Fixup for PR 1264 -- required to propagate configuration to BrokerConnection</title>
<updated>2017-10-22T00:02:21+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-22T00:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4dbf34abce9b4addbb304520e2f692fbaef60ae5'/>
<id>4dbf34abce9b4addbb304520e2f692fbaef60ae5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup for PR 1258 / _try_authenticate</title>
<updated>2017-10-21T22:46:33+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-21T22:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=fe243c2d8db9a00a55a273c4f656f15fa1c5a81f'/>
<id>fe243c2d8db9a00a55a273c4f656f15fa1c5a81f</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 #1258 from dpkp/pending_completions</title>
<updated>2017-10-21T12:20:38+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-21T12:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=146b893e0fbac21150f74a8ba2f17cc64e1714ad'/>
<id>146b893e0fbac21150f74a8ba2f17cc64e1714ad</id>
<content type='text'>
Move callback processing from BrokerConnection to KafkaClient</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move callback processing from BrokerConnection to KafkaClient</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly check for None rather than falsey</title>
<updated>2017-10-19T20:25:53+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-10-19T03:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0bd5d2ab5738065df410ec2f9381844b28fe7425'/>
<id>0bd5d2ab5738065df410ec2f9381844b28fe7425</id>
<content type='text'>
Be pedantic about checking for identity rather than equality to avoid issues like #1237 / 411bc08f214b7afc36f11bde2047096c06467088
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be pedantic about checking for identity rather than equality to avoid issues like #1237 / 411bc08f214b7afc36f11bde2047096c06467088
</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://git.baserock.org/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>Cleanup gssapi code; fix bug report re AttributeError. (#1262)</title>
<updated>2017-10-16T21:24:29+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-16T21:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=52bc85dc92557188d4358c30b098d23c25a73830'/>
<id>52bc85dc92557188d4358c30b098d23c25a73830</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring</title>
<updated>2017-10-16T19:39:23+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-10-16T18:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cd4d01cec81d35b428489360e104658b8e7e720b'/>
<id>cd4d01cec81d35b428489360e104658b8e7e720b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
