<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch conn_lock_release_gssapi_oauth</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>release lock on Exception in oauth</title>
<updated>2019-06-29T19:05:10+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-06-29T19:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=46512ef68d91280c8f14d95cc44613b5e5235704'/>
<id>46512ef68d91280c8f14d95cc44613b5e5235704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix conn lock release for gssapi/oauth</title>
<updated>2019-06-29T18:59:03+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-06-29T18:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f6dca6d8d1a4faf01520225fd08507575263be4a'/>
<id>f6dca6d8d1a4faf01520225fd08507575263be4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the `sasl_kerberos_domain_name` arg to `KafkaAdminClient`</title>
<updated>2019-06-28T19:41:46+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-06-28T19:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=279a7dd85d5d15f8fffde95e0a2425cb8a2d4fe3'/>
<id>279a7dd85d5d15f8fffde95e0a2425cb8a2d4fe3</id>
<content type='text'>
Previously the `sasl_kerberos_domain_name` was missing from the Admin
client. It is already present in the Consumer/Producer, and in all three
cases gets transparently passed down to the client.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the `sasl_kerberos_domain_name` was missing from the Admin
client. It is already present in the Consumer/Producer, and in all three
cases gets transparently passed down to the client.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update KafkaAdminClient Docs</title>
<updated>2019-06-21T18:59:24+00:00</updated>
<author>
<name>Rob Cardy</name>
<email>rob.cardy@shopify.com</email>
</author>
<published>2019-06-21T18:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5a72a62078b681fdfae780957bd65c66f5c2ff6d'/>
<id>5a72a62078b681fdfae780957bd65c66f5c2ff6d</id>
<content type='text'>
Updated to include SASL_PLAINTEXT and SASL_SSL as options for security_protocol.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated to include SASL_PLAINTEXT and SASL_SSL as options for security_protocol.</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the coordinator to auto-commit for all api_version.</title>
<updated>2019-06-20T20:00:15+00:00</updated>
<author>
<name>Jay Chan</name>
<email>crookedjustice@hotmail.com</email>
</author>
<published>2019-06-03T19:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5e055bc49b0090450fb681bc01d4f65c8d40d8e4'/>
<id>5e055bc49b0090450fb681bc01d4f65c8d40d8e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Break consumer operations into request / response methods (#1845)</title>
<updated>2019-06-20T01:17:25+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-06-20T01:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=01053daac9fa18d5497a42fb58a5a3aa8add116f'/>
<id>01053daac9fa18d5497a42fb58a5a3aa8add116f</id>
<content type='text'>
This breaks some of the consumer operations into request generation /
response parsing methods.

The public API does not change. However, this allows power users who are
willing to deal with risk of private methods changing under their feet
to decouple generating the message futures from processing their
responses. In other words, you can use these to fire a bunch of request
at once and delay processing the responses until all requests are fired.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This breaks some of the consumer operations into request generation /
response parsing methods.

The public API does not change. However, this allows power users who are
willing to deal with risk of private methods changing under their feet
to decouple generating the message futures from processing their
responses. In other words, you can use these to fire a bunch of request
at once and delay processing the responses until all requests are fired.</pre>
</div>
</content>
</entry>
<entry>
<title>Use dedicated connection for group coordinator (#1822)</title>
<updated>2019-06-19T20:41:59+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-06-19T20:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=91f4642e92afc208531f66cea1ed7ef32bcfa4d1'/>
<id>91f4642e92afc208531f66cea1ed7ef32bcfa4d1</id>
<content type='text'>
This changes the coordinator_id to be a unique string, e.g., `coordinator-1`, so that it will get a dedicated connection. This won't eliminate lock contention because the client lock applies to all connections, but it should improve in-flight-request contention.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the coordinator_id to be a unique string, e.g., `coordinator-1`, so that it will get a dedicated connection. This won't eliminate lock contention because the client lock applies to all connections, but it should improve in-flight-request contention.</pre>
</div>
</content>
</entry>
<entry>
<title>Sanity test for consumer.topics() and consumer.partitions_for_topic()</title>
<updated>2019-06-05T05:53:45+00:00</updated>
<author>
<name>Brian Sang</name>
<email>sang.bri@gmail.com</email>
</author>
<published>2019-06-01T02:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f126e5bfcc8f41ee5ea29b41ec6eabbc3f441647'/>
<id>f126e5bfcc8f41ee5ea29b41ec6eabbc3f441647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delay converting to seconds</title>
<updated>2019-05-30T20:12:39+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-05-30T04:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=79dd508b14fd2d66a8b6d32353e8e64989c4ff84'/>
<id>79dd508b14fd2d66a8b6d32353e8e64989c4ff84</id>
<content type='text'>
Delaying the conversion to seconds makes the code intent more clear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delaying the conversion to seconds makes the code intent more clear.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce client poll timeout when no ifrs</title>
<updated>2019-05-30T04:46:37+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-05-29T06:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=9f0b518286ecfc6db8b7abbd2431810c16f1cc80'/>
<id>9f0b518286ecfc6db8b7abbd2431810c16f1cc80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
