<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch serialize_interface</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>Add kafka.serializer interfaces</title>
<updated>2016-12-18T01:06:46+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-12-18T01:06:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=64347bd9faa0a314c3c49b48df941d3022f9e311'/>
<id>64347bd9faa0a314c3c49b48df941d3022f9e311</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup doc references to max_in_flight_requests_per_connection</title>
<updated>2016-12-17T18:13:03+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-09-21T00:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=07e09c1c2ec6787fc7e4f3c2578d31b4a15d20bc'/>
<id>07e09c1c2ec6787fc7e4f3c2578d31b4a15d20bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo: passowrd --&gt; password (#901)</title>
<updated>2016-12-12T18:17:03+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2016-12-12T18:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7690b1ab32b50ce3798c310648e7b69e46fafdbd'/>
<id>7690b1ab32b50ce3798c310648e7b69e46fafdbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix possible request draining in ensure_active_group (#896)</title>
<updated>2016-12-03T02:25:28+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-12-03T02:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=010ebb53a9e3b1c4e8d69a623e4a082b5a2b9baa'/>
<id>010ebb53a9e3b1c4e8d69a623e4a082b5a2b9baa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix typo 'Defualt' -&gt; 'Default'. (#895)</title>
<updated>2016-11-30T23:24:09+00:00</updated>
<author>
<name>Rolando (Max) Espinoza</name>
<email>rolando@users.noreply.github.com</email>
</author>
<published>2016-11-30T23:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=9b59c5d755af73c2e7863e98b84b5882c297afda'/>
<id>9b59c5d755af73c2e7863e98b84b5882c297afda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When hostname lookup is necessary, do every connect (#812)</title>
<updated>2016-11-20T23:15:14+00:00</updated>
<author>
<name>Evan Bender</name>
<email>evan.bender@percolate.com</email>
</author>
<published>2016-08-23T15:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cbe8a6a2ee9c3a054a7bbfeebc4d5f6b6c892943'/>
<id>cbe8a6a2ee9c3a054a7bbfeebc4d5f6b6c892943</id>
<content type='text'>
Fixes a bug where lookup was done only once for the whole life of the
process -- if a broker's IP changed, client couldn't reconnect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a bug where lookup was done only once for the whole life of the
process -- if a broker's IP changed, client couldn't reconnect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use six.string_types for topic type check in #824</title>
<updated>2016-11-20T20:44:55+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-11-20T20:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c4a6e1aa68fc48dd589ff64e1247d2886ccfa3fd'/>
<id>c4a6e1aa68fc48dd589ff64e1247d2886ccfa3fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise exception if given a bad topic name (#824)</title>
<updated>2016-11-20T20:43:26+00:00</updated>
<author>
<name>Samuel Taylor</name>
<email>github@samueltaylor.org</email>
</author>
<published>2016-11-20T20:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5ad6f52a802c38b97e1fe4f6afa711ff1415d02f'/>
<id>5ad6f52a802c38b97e1fe4f6afa711ff1415d02f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added doc for `max_poll_records` option (#881)</title>
<updated>2016-11-20T20:37:01+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2016-11-20T20:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=07237d98945f8e1f1161ab5082230d9112016620'/>
<id>07237d98945f8e1f1161ab5082230d9112016620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setting proper topic value in case if it's empty (#867)</title>
<updated>2016-11-18T18:45:38+00:00</updated>
<author>
<name>Alexander Sibiryakov</name>
<email>sibiryakov@users.noreply.github.com</email>
</author>
<published>2016-11-18T18:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=af7f2ced1bfe2fc4f50887a05fcaa81afb49b59c'/>
<id>af7f2ced1bfe2fc4f50887a05fcaa81afb49b59c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
