<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch Remove-support-for-api_version-strings</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>Remove string support in `api_version`</title>
<updated>2019-05-24T07:17:39+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-05-24T06:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b6c6a27de83bd720aa866dc2332e21f2816ea972'/>
<id>b6c6a27de83bd720aa866dc2332e21f2816ea972</id>
<content type='text'>
A long time ago, `api_version` supported strings. That has been
deprecated for years in favor of tuples. Time to remove support for the
strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A long time ago, `api_version` supported strings. That has been
deprecated for years in favor of tuples. Time to remove support for the
strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs for api_version_auto_timeout_ms (#1812)</title>
<updated>2019-05-24T07:15:58+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-05-24T06:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cee4d17df7858439e0dbdf3914ca0107e080af7d'/>
<id>cee4d17df7858439e0dbdf3914ca0107e080af7d</id>
<content type='text'>
The docs for `api_version_auto_timeout_ms` mention setting
`api_version='auto'` but that value has been deprecated for years in
favor of `api_version=None`.

Updating the docs for now, and will remove support for `'auto'` in next
major version bump.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs for `api_version_auto_timeout_ms` mention setting
`api_version='auto'` but that value has been deprecated for years in
favor of `api_version=None`.

Updating the docs for now, and will remove support for `'auto'` in next
major version bump.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in _fetch_all_topic_metadata function (#1809)</title>
<updated>2019-05-23T16:07:11+00:00</updated>
<author>
<name>Brian Sang</name>
<email>sang.bri@gmail.com</email>
</author>
<published>2019-05-23T16:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1a0f2973190e2bb60909bfcd28e5ad8e732e918e'/>
<id>1a0f2973190e2bb60909bfcd28e5ad8e732e918e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make partitions_for_topic a read-through cache (#1781)</title>
<updated>2019-05-23T06:54:14+00:00</updated>
<author>
<name>Brian Sang</name>
<email>sang.bri@gmail.com</email>
</author>
<published>2019-05-23T06:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1f73287e890a4c68f240dcc8b6966de1e62b65cc'/>
<id>1f73287e890a4c68f240dcc8b6966de1e62b65cc</id>
<content type='text'>
If the cluster metadata object has no info about the topic, then issue a blocking metadata call to fetch it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the cluster metadata object has no info about the topic, then issue a blocking metadata call to fetch it.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports (#1808)</title>
<updated>2019-05-23T04:56:25+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-05-23T04:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=edfafc036f0d9a3b1e5c73f9642ef71c297c1b64'/>
<id>edfafc036f0d9a3b1e5c73f9642ef71c297c1b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use futures to parallelize calls to _send_request_to_node() (#1807)</title>
<updated>2019-05-21T20:33:30+00:00</updated>
<author>
<name>Lou-Cipher</name>
<email>dmheitman@gmail.com</email>
</author>
<published>2019-05-21T20:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f145e37c1992da71d5c65c0d86ae971cda62e058'/>
<id>f145e37c1992da71d5c65c0d86ae971cda62e058</id>
<content type='text'>
Use `futures` to parallelize calls to `_send_request_to_node()`

This allows queries that need to go to multiple brokers to be run in parallel.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `futures` to parallelize calls to `_send_request_to_node()`

This allows queries that need to go to multiple brokers to be run in parallel.</pre>
</div>
</content>
</entry>
<entry>
<title>Update link to kafka docs</title>
<updated>2019-05-17T22:14:13+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-05-17T22:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1b6c9c76bcf753c4dd28dc2d865d6d43246cf4af'/>
<id>1b6c9c76bcf753c4dd28dc2d865d6d43246cf4af</id>
<content type='text'>
Now that the old zookeeper consumer has been completely deprecated/removed, these are no longer the "new consumer configs" but rather simply the "consumer configs"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the old zookeeper consumer has been completely deprecated/removed, these are no longer the "new consumer configs" but rather simply the "consumer configs"</pre>
</div>
</content>
</entry>
<entry>
<title>A little python cleanup (#1805)</title>
<updated>2019-05-17T19:36:56+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-05-17T19:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f854791b1888dad633c78dfeadd0ea7ebcca1e8f'/>
<id>f854791b1888dad633c78dfeadd0ea7ebcca1e8f</id>
<content type='text'>
1. Remove unused variable: `partitions_for_topic`
2. No need to cast to list as `sorted()` already returns a list
3. Using `enumerate()` is cleaner than `range(len())` and handles assigning
`member`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Remove unused variable: `partitions_for_topic`
2. No need to cast to list as `sorted()` already returns a list
3. Using `enumerate()` is cleaner than `range(len())` and handles assigning
`member`</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version for development of next release</title>
<updated>2019-04-03T14:08:01+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-04-03T14:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f6a8a38937688ea2cc5dc13d3d1039493be5c9b5'/>
<id>f6a8a38937688ea2cc5dc13d3d1039493be5c9b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.4.6</title>
<updated>2019-04-03T05:13:14+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-04-03T05:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=be7f9358e34dff18a060422b85398fd500c18cc2'/>
<id>be7f9358e34dff18a060422b85398fd500c18cc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
