summaryrefslogtreecommitdiff
path: root/kafka/protocol/admin.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix response error checking in KafkaAdminClient send_to_controllerDana Powers2019-01-031-3/+3
| | | | | | | | | | | | Previously we weren't accounting for when the response tuple also has a `error_message` value. Note that in Java, the error fieldname is inconsistent: - `CreateTopicsResponse` / `CreatePartitionsResponse` uses `topic_errors` - `DeleteTopicsResponse` uses `topic_error_codes` So this updates the `CreateTopicsResponse` classes to match. The fix is a little brittle, but should suffice for now.
* Add protocols for {Describe,Create,Delete} AclsUlrik Johansson2018-11-191-0/+185
|
* Added AlterConfigs and DescribeConfigs apis (#1472)Stephen SORRIAUX2018-04-181-1/+96
|
* Fix CreatePartitionsRequest_v0 (#1469)Stephen SORRIAUX2018-04-051-1/+1
|
* Fix response schemaAlex Eftimie2018-02-201-1/+2
|
* Add Admin CreatePartitions API callAlex Eftimie2018-02-201-1/+30
|
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-2/+2
|
* Add Request/Response structs for kafka broker 1.0.0Dana Powers2018-02-061-2/+39
|
* Protocol updates for 0.11.0.0 (#1127)Dana Powers2017-07-091-10/+118
|
* Derive all api classes from Request / Response base classes (#1030)Dana Powers2017-03-141-15/+15
|
* CreateTopicsRequest / Response v1 (#1012)Dana Powers2017-03-041-3/+34
|
* Add CreateTopics / DeleteTopics Structs (#944)Jeff Widman2017-01-181-2/+60
|
* implement sasl PLAIN mechanismLars Jørgen Solberg2016-08-031-0/+21
|
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* Add protocol support for ApiVersionRequest; identify 0.10 brokers in ↵check_version_0_10Dana Powers2016-05-021-0/+22
| | | | check_version
* Use version-indexed lists for request/response protocol structsprotocol_versionsDana Powers2016-04-051-6/+18
|
* administration api schemasZack Dever2015-12-041-0/+44