<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch conn_check_version_max_in_flight</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>Monkeypatch max_in_flight_requests_per_connection when checking broker version</title>
<updated>2016-09-24T20:33:54+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-09-24T20:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=189ab3f197a95492eedc1dcc6b78dd159264b812'/>
<id>189ab3f197a95492eedc1dcc6b78dd159264b812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix message timestamp_type (#828)</title>
<updated>2016-09-15T23:29:19+00:00</updated>
<author>
<name>Josh Yudaken</name>
<email>j@yud.co.za</email>
</author>
<published>2016-09-15T23:29: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=2a7aca1630b81669595d753083239ec9fbf66ff5'/>
<id>2a7aca1630b81669595d753083239ec9fbf66ff5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ssl_password config option to KafkaProducer class, identical to… (#830)</title>
<updated>2016-09-15T23:28:59+00:00</updated>
<author>
<name>kierkegaard13</name>
<email>kierkegaard13@gmail.com</email>
</author>
<published>2016-09-15T23:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=1646edf7ff6430022acf1c41ca32dd88b971c0cb'/>
<id>1646edf7ff6430022acf1c41ca32dd88b971c0cb</id>
<content type='text'>
* Added ssl_password config option to KafkaProducer class, identical to option in KafkaConsumer class

* removed non-ascii characters

* changed - to : in comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added ssl_password config option to KafkaProducer class, identical to option in KafkaConsumer class

* removed non-ascii characters

* changed - to : in comments
</pre>
</div>
</content>
</entry>
<entry>
<title>from kafka import ConsumerRebalanceListener, OffsetAndMetadata</title>
<updated>2016-09-04T16:26:41+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-09-04T16:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=1937ce59b4706b44091bb536a9b810ae657c3225'/>
<id>1937ce59b4706b44091bb536a9b810ae657c3225</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quota violation exception message (#809)</title>
<updated>2016-08-21T00:39:26+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-21T00:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=7d31aa397841f1a0e4d86799c3d0fe4ca4ba9290'/>
<id>7d31aa397841f1a0e4d86799c3d0fe4ca4ba9290</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve KafkaProducer docstring re retries config</title>
<updated>2016-08-21T00:41:45+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-21T00:41: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=754ff8954e2ab149cfa2b79cd21c85b84602e7c8'/>
<id>754ff8954e2ab149cfa2b79cd21c85b84602e7c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment for round robin partitioner with different subscriptions</title>
<updated>2016-08-20T23:35:12+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-20T23:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=e50d4dde3c2634fc33168a869314e91769573dd4'/>
<id>e50d4dde3c2634fc33168a869314e91769573dd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 0.10.0.1 for integration tests (#803)</title>
<updated>2016-08-12T00:58:34+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-12T00:58: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=e5c64874b4692a6c1b7193691656f88954709a0d'/>
<id>e5c64874b4692a6c1b7193691656f88954709a0d</id>
<content type='text'>
* Add 0.10.0.1 fixture resources

* Use new release 0.10.0.1 for 0.10 testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add 0.10.0.1 fixture resources

* Use new release 0.10.0.1 for 0.10 testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version for development</title>
<updated>2016-08-11T22:15:18+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-11T22:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=1662c632c5edaa2ff8356dfa3b79d7b4dd83d0c3'/>
<id>1662c632c5edaa2ff8356dfa3b79d7b4dd83d0c3</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.3.1</title>
<updated>2016-08-09T00:43:21+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-09T00:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=221fa65ac10907dbbddd07773b01e130f20520e6'/>
<id>221fa65ac10907dbbddd07773b01e130f20520e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
