summaryrefslogtreecommitdiff
path: root/test/test_admin.py
Commit message (Collapse)AuthorAgeFilesLines
* Add ACL api to KafkaAdminClient (#1833)Ulrik Johansson2019-09-281-0/+31
|
* Cleanup formatting, no functional changesJeff Widman2018-11-201-23/+23
| | | | Cleanup the formatting, remove parens, extraneous spaces, etc.
* Add KafkaAdmin classRichard Lee2018-10-241-0/+47
Requires cluster version > 0.10.0.0, and uses new wire protocol classes to do many things via broker connection that previously needed to be done directly in zookeeper.