summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use test.fixtures.version not test.conftest.version to avoid warningsfix_fixture_version_warningDana Powers2019-03-064-8/+4
* Drop dependency on sphinxcontrib-napoleonStanislav Levin2019-02-271-1/+0
* Fix test_legacy_correct_metadata_response on x86 arch (#1718)Stanislav Levin2019-02-211-1/+1
* Remove unused importJeff Widman2019-01-281-1/+0
* Improve KafkaConsumer join group / only enable Heartbeat Thread during stable...Dana Powers2019-01-151-11/+23
* Travis CI: 'sudo' tag is now deprecated in Travis (#1698)cclauss2019-01-131-2/+0
* Remove unused `skip_double_compressed_messages`Jeff Widman2019-01-132-16/+0
* Timeout all unconnected conns (incl SSL) after request_timeout_msDana Powers2019-01-131-6/+8
* Fix `AttributeError` caused by `getattr()`Jeff Widman2019-01-071-1/+2
* Use Popen.communicate() instead of Popen.wait()Brian Sang2019-01-051-9/+10
* Fix SSL connection testing in Python 3.7Ben Weir2019-01-031-0/+7
* Fix response error checking in KafkaAdminClient send_to_controllerDana Powers2019-01-032-5/+15
* #1681 add copy() in metrics() to avoid thread safety issues (#1682)Tosi Émeric2018-12-272-4/+4
* Bugfix: Types need identity comparisonJeff Widman2018-12-131-1/+1
* Bump version for developmentDana Powers2018-11-201-1/+1
* Release 1.4.41.4.4Dana Powers2018-11-203-5/+42
* Cleanup formatting, no functional changesJeff 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