Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix response error checking in KafkaAdminClient send_to_controller | Dana Powers | 2019-01-03 | 1 | -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} Acls | Ulrik Johansson | 2018-11-19 | 1 | -0/+185 |
| | |||||
* | Added AlterConfigs and DescribeConfigs apis (#1472) | Stephen SORRIAUX | 2018-04-18 | 1 | -1/+96 |
| | |||||
* | Fix CreatePartitionsRequest_v0 (#1469) | Stephen SORRIAUX | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | Fix response schema | Alex Eftimie | 2018-02-20 | 1 | -1/+2 |
| | |||||
* | Add Admin CreatePartitions API call | Alex Eftimie | 2018-02-20 | 1 | -1/+30 |
| | |||||
* | use absolute imports everywhere (#1362) | Kevin Tindall | 2018-02-06 | 1 | -2/+2 |
| | |||||
* | Add Request/Response structs for kafka broker 1.0.0 | Dana Powers | 2018-02-06 | 1 | -2/+39 |
| | |||||
* | Protocol updates for 0.11.0.0 (#1127) | Dana Powers | 2017-07-09 | 1 | -10/+118 |
| | |||||
* | Derive all api classes from Request / Response base classes (#1030) | Dana Powers | 2017-03-14 | 1 | -15/+15 |
| | |||||
* | CreateTopicsRequest / Response v1 (#1012) | Dana Powers | 2017-03-04 | 1 | -3/+34 |
| | |||||
* | Add CreateTopics / DeleteTopics Structs (#944) | Jeff Widman | 2017-01-18 | 1 | -2/+60 |
| | |||||
* | implement sasl PLAIN mechanism | Lars Jørgen Solberg | 2016-08-03 | 1 | -0/+21 |
| | |||||
* | Always absolute_importabsolute_import | Dana Powers | 2016-08-02 | 1 | -0/+2 |
| | |||||
* | Add protocol support for ApiVersionRequest; identify 0.10 brokers in ↵check_version_0_10 | Dana Powers | 2016-05-02 | 1 | -0/+22 |
| | | | | check_version | ||||
* | Use version-indexed lists for request/response protocol structsprotocol_versions | Dana Powers | 2016-04-05 | 1 | -6/+18 |
| | |||||
* | administration api schemas | Zack Dever | 2015-12-04 | 1 | -0/+44 |