<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/__init__.py, branch 1.3.0</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>Always absolute_import</title>
<updated>2016-08-03T04:36:00+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-03T04:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c693709aaf9e292c8614b9ab345d3322d4f71caa'/>
<id>c693709aaf9e292c8614b9ab345d3322d4f71caa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update imports from kafka.common -&gt; kafka.errors / kafka.structs</title>
<updated>2016-04-05T16:35:45+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-05T16:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5a14bd8c947251d1a8f848175cc3cf2b07af3411'/>
<id>5a14bd8c947251d1a8f848175cc3cf2b07af3411</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TopicPartition should be importable from top-level module</title>
<updated>2016-02-15T20:45:50+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-02-15T20:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c0d6273419c84494e8926ff07e1f1612615e63c4'/>
<id>c0d6273419c84494e8926ff07e1f1612615e63c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add logging NullHandler to avoid No Handlers warnings</title>
<updated>2016-01-27T18:53:50+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-01-27T18:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a8dd3b45a270884804ba9c69d8940cdd86704e07'/>
<id>a8dd3b45a270884804ba9c69d8940cdd86704e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add KafkaProducer to kafka and kafka.producer module imports</title>
<updated>2016-01-25T01:33:09+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-24T06:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0a6af29625d8266858868112b21f9d00294046e7'/>
<id>0a6af29625d8266858868112b21f9d00294046e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, and KafkaConnection</title>
<updated>2016-01-13T00:52:30+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-13T00:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4079a582b07989e683bcb2d87f6d522ed61a4f66'/>
<id>4079a582b07989e683bcb2d87f6d522ed61a4f66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorg kafka imports</title>
<updated>2016-01-08T00:59:18+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-08T00:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c8deb0c276d57209006eebdd910017846860a38d'/>
<id>c8deb0c276d57209006eebdd910017846860a38d</id>
<content type='text'>
  - kafka.KafkaClient is new async client
  - kafka.SimpleClient is old sync client
  - update copyright / author info
  - add BrokerConnection; drop KafkaConnection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - kafka.KafkaClient is new async client
  - kafka.SimpleClient is old sync client
  - update copyright / author info
  - add BrokerConnection; drop KafkaConnection
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Murmur2Partitioner to kafka __all__ imports - fix issue 471</title>
<updated>2015-12-02T22:38:02+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-12-02T22:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cfbdc05f27f4ba9f89d720c08015e48f7c43b2b2'/>
<id>cfbdc05f27f4ba9f89d720c08015e48f7c43b2b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set __version__ string in kafka/version.py</title>
<updated>2015-06-04T22:54:00+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-04T22:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ded79e85f413f2869342d202412b2e7057bead00'/>
<id>ded79e85f413f2869342d202412b2e7057bead00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2014 -&gt; 2015</title>
<updated>2015-02-04T01:03:30+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2015-02-04T01:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c29cfdc15606333036a2b1e5d501162a005473e1'/>
<id>c29cfdc15606333036a2b1e5d501162a005473e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
