<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/producer/simple.py, branch iterator_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>Merge branch '0.9'</title>
<updated>2016-01-08T02:51:14+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-08T02:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=828377377da43749af0d27ee256ef31bf714cf17'/>
<id>828377377da43749af0d27ee256ef31bf714cf17</id>
<content type='text'>
Conflicts:
	kafka/codec.py
	kafka/version.py
	test/test_producer.py
	test/test_producer_integration.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	kafka/codec.py
	kafka/version.py
	test/test_producer.py
	test/test_producer_integration.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle new topic creation / LeaderNotAvailableError in initial SimpleProducer.send_messages call</title>
<updated>2015-12-17T06:39:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-12-17T06:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=178a1dccd87c84a39e4910393447f5189d1af2e1'/>
<id>178a1dccd87c84a39e4910393447f5189d1af2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop kafka_bytestring</title>
<updated>2015-12-11T02:37:03+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-12-11T00:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=d54980a2cd918f243e30ecc23a588fb597957e41'/>
<id>d54980a2cd918f243e30ecc23a588fb597957e41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dont maintain all producer args / kwargs in subclass __init__ and docstrings -- just refer to super class (Producer)</title>
<updated>2015-06-09T01:59:23+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-09T00:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c0fb0de7c4ced45dae4e09cdc660ebc741e11af3'/>
<id>c0fb0de7c4ced45dae4e09cdc660ebc741e11af3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate async producer batch_send kwarg -- use 'async' instead</title>
<updated>2015-06-07T02:27:56+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-05T21:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=aa217e05448b4eced017b5ecdcb020a4411f863f'/>
<id>aa217e05448b4eced017b5ecdcb020a4411f863f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use separate module loggers instead of a single 'kafka' logger</title>
<updated>2015-06-06T23:11:20+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-06T06:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5d9b174cad28ef09202151b12571b8811e781841'/>
<id>5d9b174cad28ef09202151b12571b8811e781841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve async producer code: logic and style fixes</title>
<updated>2015-06-03T08:22:49+00:00</updated>
<author>
<name>Viktor Shlapakov</name>
<email>vshlapakov@gmail.com</email>
</author>
<published>2015-05-15T09:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a3fb3225a27ba6ca1a9fdac519c1f4257754d4eb'/>
<id>a3fb3225a27ba6ca1a9fdac519c1f4257754d4eb</id>
<content type='text'>
- send_producer_request with fail_on_error=False to retry failed reqs only
- using an internal dict with with namedtuple keys for retry counters
- refresh metadata on refresh_error irrespective to retries options
- removed infinite retries (retry_options.limit=None) as an over-feature
- separate producer init args for retries options (limit,backoff,on_timeouts)
- AsyncProducerQueueFull returns a list of failed messages
- producer tests improved thanks to @rogaha and @toli
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- send_producer_request with fail_on_error=False to retry failed reqs only
- using an internal dict with with namedtuple keys for retry counters
- refresh metadata on refresh_error irrespective to retries options
- removed infinite retries (retry_options.limit=None) as an over-feature
- separate producer init args for retries options (limit,backoff,on_timeouts)
- AsyncProducerQueueFull returns a list of failed messages
- producer tests improved thanks to @rogaha and @toli
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix names for async retries opts, add timeout for put</title>
<updated>2015-06-03T08:22:48+00:00</updated>
<author>
<name>Viktor Shlapakov</name>
<email>vshlapakov@gmail.com</email>
</author>
<published>2015-04-22T09:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5119bb605acc4b24e091778656b229a36f9cac11'/>
<id>5119bb605acc4b24e091778656b229a36f9cac11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved retry logic</title>
<updated>2015-06-03T08:22:47+00:00</updated>
<author>
<name>Viktor Shlapakov</name>
<email>vshlapakov@gmail.com</email>
</author>
<published>2015-04-21T10:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=09c1c8b117a3c8217ca36c27eafb22999c20ef93'/>
<id>09c1c8b117a3c8217ca36c27eafb22999c20ef93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Retries for async batching</title>
<updated>2015-06-03T08:22:47+00:00</updated>
<author>
<name>Viktor Shlapakov</name>
<email>vshlapakov@gmail.com</email>
</author>
<published>2015-02-25T12:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b82f94f5a409a237222a6486a870751fa17da254'/>
<id>b82f94f5a409a237222a6486a870751fa17da254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
