summaryrefslogtreecommitdiff
path: root/kafka/admin/client.py
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling thread wakeup in send_request_to_node (#2335)HEADmasterAndrew Zhang2023-03-021-2/+3
* fix typo in documentation (#2178)Nikolay Vasiliev2021-02-201-2/+2
* Support configuration of custom kafka client for Admin/Consumer/Producer (#2144)Tincu Gabriel2020-12-021-3/+7
* Merge _find_coordinator_id methods (#2127)Jeff Widman2020-09-171-42/+27
* Lint cleanup (#2126)Jeff Widman2020-09-171-4/+3
* Feature: delete consumergroups (#2040)Swen Wenzel2020-09-171-4/+89
* Allow configurable timeouts in admin client check versionHimanshu Mishra2020-09-161-2/+2
* Enhancement for Kafka Admin Client's "Describe Consumer Group" (#2035)Apurva0072020-09-161-14/+41
* KAFKA-8962: Use least_loaded_node() for describe_topics()Jeff Widman2020-02-161-15/+7
* Fix topic error parsing in MetadataResponseJeff Tribble2020-02-151-6/+11
* _send_request_to_controller returns a raw result, not a futureTyler Lubeck2020-02-061-6/+6
* Use the controller for topic metadata requestsTyler Lubeck2020-02-061-6/+9
* Implement list_topics, describe_topics, and describe_clusterTyler Lubeck2020-02-061-6/+40
* Fixes KafkaAdminClient returning `IncompatibleBrokerVersion` when passing an ...Ian Bucad2019-12-291-0/+1
* Fix typoDana Powers2019-12-291-1/+1
* Admin protocol updates (#1948)Tyler Lubeck2019-12-291-10/+27
* Enable SCRAM-SHA-256 and SCRAM-SHA-512 for sasl (#1918)Swen Wenzel2019-12-291-5/+5
* Improve docs for reconnect_backoff_max_ms (#1976)Dana Powers2019-12-281-5/+6
* Fix typosCarson Ip2019-11-081-1/+1
* Fix describe config for multi-broker clusters (#1869)Jeppe Andersen2019-10-111-14/+56
* Fix Admin Client api version checking; only test ACL integration on 0.11+Dana Powers2019-09-281-4/+10
* Add ACL api to KafkaAdminClient (#1833)Ulrik Johansson2019-09-281-8/+265
* Break FindCoordinator into request/response methodsJeff Widman2019-07-311-32/+48
* Add the `sasl_kerberos_domain_name` arg to `KafkaAdminClient`Jeff Widman2019-06-281-0/+3
* Update KafkaAdminClient DocsRob Cardy2019-06-211-1/+2
* Break consumer operations into request / response methods (#1845)Jeff Widman2019-06-191-94/+155
* Use futures to parallelize calls to _send_request_to_node() (#1807)Lou-Cipher2019-05-211-34/+75
* Update sasl configuration docstringsDana Powers2019-03-231-5/+5
* Support SASL OAuthBearer Authentication (#1750)Phong Pham2019-03-221-0/+3
* Fix `AttributeError` caused by `getattr()`Jeff Widman2019-01-071-1/+2
* Fix response error checking in KafkaAdminClient send_to_controllerDana Powers2019-01-031-2/+12
* Bugfix: Types need identity comparisonJeff Widman2018-12-131-1/+1
* Rename KafkaAdmin to KafkaAdminClientJeff Widman2018-11-201-0/+752