Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature: delete consumergroups (#2040) | Swen Wenzel | 2020-09-17 | 1 | -1/+77 |
| | | | | | * Add consumergroup related errors * Add DeleteGroups to protocol.admin * Implement delete_groups feature on KafkaAdminClient | ||||
* | Enhancement for Kafka Admin Client's "Describe Consumer Group" (#2035) | Apurva007 | 2020-09-16 | 1 | -2/+100 |
| | | | | | | Adding namedtuples for DescribeConsumerGroup response; Adding Serialization of MemberData and MemberAssignment for the response Co-authored-by: Apurva Telang <atelang@paypal.com> Co-authored-by: Jeff Widman <jeff@jeffwidman.com> | ||||
* | xfail test_describe_configs_topic_resource_returns_configs (Issue #1929) | Dana Powers | 2019-12-28 | 1 | -0/+3 |
| | |||||
* | Fix describe config for multi-broker clusters (#1869) | Jeppe Andersen | 2019-10-11 | 1 | -1/+56 |
| | | | | | | | * Fix describe config for multi-broker clusters Currently all describe config requests are sent to "least loaded node". Requests for broker configs must, however, be sent to the specific broker, otherwise an error is returned. Only topic requests can be handled by any node. This changes the logic to send all describe config requests to the specific broker. | ||||
* | convert test_admin_integration to pytest (#1923) | Ulrik Johansson | 2019-10-07 | 1 | -102/+62 |
| | |||||
* | Skip admin integration tests -- travis fixture issues | Dana Powers | 2019-09-28 | 1 | -4/+7 |
| | |||||
* | Fix Admin Client api version checking; only test ACL integration on 0.11+ | Dana Powers | 2019-09-28 | 1 | -5/+8 |
| | |||||
* | Fixup test_admin_integration test fixtures | Dana Powers | 2019-09-28 | 1 | -5/+14 |
| | |||||
* | Add ACL api to KafkaAdminClient (#1833) | Ulrik Johansson | 2019-09-28 | 1 | -0/+107 |