<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/test, branch kafka-3318</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>KAFKA-3318: clean up consumer logging and error messages</title>
<updated>2016-04-05T17:22:54+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-05T07:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=145ac227cb7f471467de52c5016ed3727e417911'/>
<id>145ac227cb7f471467de52c5016ed3727e417911</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://91.123.203.49/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>Add BrokerConnection.send tests</title>
<updated>2016-04-05T07:16:15+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-05T05:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=87da3f00800c381f1fc1a5ca543659d58f90e66d'/>
<id>87da3f00800c381f1fc1a5ca543659d58f90e66d</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 #589 from dpkp/node_not_ready</title>
<updated>2016-04-04T23:09:10+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-04T23:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=ff10ccf3cef3f5602f717d6b062c78fe8e47a4d2'/>
<id>ff10ccf3cef3f5602f717d6b062c78fe8e47a4d2</id>
<content type='text'>
Refactor NodeNotReadyError handling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor NodeNotReadyError handling</pre>
</div>
</content>
</entry>
<entry>
<title>Improve KafkaClient connect and ready handling</title>
<updated>2016-04-04T21:42:50+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-03-14T07:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=e83443126a7513404f4f67c24cb490f85bb02c69'/>
<id>e83443126a7513404f4f67c24cb490f85bb02c69</id>
<content type='text'>
 - merge _initiate and _finish into _maybe_connect
 - add connected(node_id) method
 - only short-circuit send() when not connected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - merge _initiate and _finish into _maybe_connect
 - add connected(node_id) method
 - only short-circuit send() when not connected
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic unit test coverage for BrokerConnection</title>
<updated>2016-04-04T21:42:49+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-03-14T07:11: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=c7bbec07e9b1bd87a48bdae87071b59c0a575153'/>
<id>c7bbec07e9b1bd87a48bdae87071b59c0a575153</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move old KafkaConnection tests to test_conn_legacy</title>
<updated>2016-04-04T16:19:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-03-12T23:14: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=6188b7bd4b08b043b7e4925360347f06f80f555e'/>
<id>6188b7bd4b08b043b7e4925360347f06f80f555e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test _maybe_auto_commit_offsets_sync when group_id is None</title>
<updated>2016-04-03T16:28:21+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-03T16:28: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=05bd03dcc527c725c71f716335b27e4c5097e661'/>
<id>05bd03dcc527c725c71f716335b27e4c5097e661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kafka IPv6 Support.</title>
<updated>2016-03-30T22:32:25+00:00</updated>
<author>
<name>Tim Evens</name>
<email>tievens@cisco.com</email>
</author>
<published>2016-03-30T22:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=0f78d57c604e864fab51f7cfb8fa69c9c4e623c7'/>
<id>0f78d57c604e864fab51f7cfb8fa69c9c4e623c7</id>
<content type='text'>
IPv6 address without port can be defined as the IPv6 address.  If the address
is a hostname or if a port is included, then the address MUST be wrapped
in brackets [] (E.g. [somehost]:1234 or [fd00:1001::2]:1234).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IPv6 address without port can be defined as the IPv6 address.  If the address
is a hostname or if a port is included, then the address MUST be wrapped
in brackets [] (E.g. [somehost]:1234 or [fd00:1001::2]:1234).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #603 from dpkp/windows</title>
<updated>2016-03-24T17:19:29+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-03-24T17:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=c6c862ad29ec5d0ae61d635c2020fb925b405c44'/>
<id>c6c862ad29ec5d0ae61d635c2020fb925b405c44</id>
<content type='text'>
Updates to support Windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates to support Windows</pre>
</div>
</content>
</entry>
</feed>
