summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup formatting, no functional changescleanup-kafka-admin-test-formattingJeff Widman2018-11-201-23/+23
* Rename KafkaAdmin to KafkaAdminClientJeff Widman2018-11-206-26/+26
* Update kafka broker compatibility docsDana Powers2018-11-203-6/+9
* Bump travis test for 1.x brokers to 1.1.1Dana Powers2018-11-201-1/+1
* Add test resources for kafka versions 1.0.2 -> 2.0.1Dana Powers2018-11-2016-1/+941
* Break KafkaClient poll if closedDana Powers2018-11-201-0/+2
* Add protocols for {Describe,Create,Delete} AclsUlrik Johansson2018-11-191-0/+185
* Bugfix: Always set this_groups_coordinator_idJeff Widman2018-11-191-1/+3
* Various docstring / pep8 / code hygiene cleanupsJeff Widman2018-11-181-71/+86
* Fix describe_groupsJeff Widman2018-11-181-13/+50
* Set a clear default value for `validate_only`/`include_synonyms`Jeff Widman2018-11-181-8/+8
* Fix list_consumer_groups() to query all brokersJeff Widman2018-11-181-5/+39
* Add list_consumer_group_offsets()Jeff Widman2018-11-182-1/+77
* Fix send to controllerJeff Widman2018-11-181-44/+89
* Add group coordinator lookupJeff Widman2018-11-181-0/+40
* Remove support for api versions as strings from KafkaAdminJeff Widman2018-11-181-10/+0
* Be explicit with tuples for %s formattingJeff Widman2018-11-1826-45/+45
* Stop using broker-errors for client-side problemsJeff Widman2018-11-183-38/+44
* Update requirements-dev to latest versions used on travis runsDana Powers2018-11-171-11/+11
* Pin pytest on 3.x -- we arent ready for pytest 4.0 yetDana Powers2018-11-171-1/+1
* Use TypeError for invalid typeJeff Widman2018-11-171-1/+1
* Update changelogDana Powers2018-11-122-0/+106
* Migrate from `Unittest` to `pytest` (#1620)Jeff Widman2018-11-107-73/+34
* raising logging level on messages signalling data loss (#1553)Alexander Sibiryakov2018-11-101-2/+3
* set socket timeout for the wake_w (#1577)flaneur2018-11-102-0/+6
* (Attempt to) Fix deadlock between consumer and heartbeat (#1628)Dana Powers2018-11-102-4/+2
* Fix typoJeff Widman2018-11-071-1/+1
* Pre-compile pack/unpack function callsbillyevans2018-10-291-13/+29
* Document KafkaAdmin classJeff Widman2018-10-293-0/+13
* Cleanup fixture importsJeff Widman2018-10-277-15/+10
* Minor aesthetic cleanup of partitioner testsJeff Widman2018-10-271-11/+10
* Remove unused ivy_root variableJeff Widman2018-10-271-1/+0
* Minor cleanup of testing docJeff Widman2018-10-271-13/+17
* Stop using deprecated log.warn()Jeff Widman2018-10-261-3/+3
* Stop pinning `pylint`Jeff Widman2018-10-261-1/+1
* Add temp workaround for upstream pylint bugJeff Widman2018-10-261-1/+3
* Add KafkaAdmin classRichard Lee2018-10-2410-0/+684
* Fix sphinx urlJeff Widman2018-10-242-2/+2
* Prevent `pylint` import errors on `six.moves`Jeff Widman2018-10-241-0/+1
* Vendor enum34Jeff Widman2018-10-221-0/+841
* Vendor `six` consistentlyJeff Widman2018-10-2215-30/+34
* Update remote urls: snappy, https, etcJeff Widman2018-10-225-10/+10
* Bump vendored `six` to `1.11.0`Jeff Widman2018-10-221-16/+42
* Fix typo in file nameJeff Widman2018-10-221-0/+0
* Support produce with Kafka record headersHeikki Nousiainen2018-09-275-18/+40
* Expose record headers in ConsumerRecordsHeikki Nousiainen2018-09-273-6/+13
* Add positive tests for headers in record encode/decodeHeikki Nousiainen2018-09-272-3/+18
* Expose ConsumerRebalanceListener in allBen Harack2018-09-271-1/+1
* Remove ConsumerTimeoutJonathan Emord2018-09-271-4/+0
* Clear the metrics dictionary on close. (#1569)Kishore Nallan2018-08-311-0/+2