summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling thread wakeup in send_request_to_node (#2335)HEADmasterAndrew Zhang2023-03-021-2/+3
* Fix the link to the compatibility page (#2295)Kurt McKee2022-03-271-1/+1
* Fix producerconfigs documentation link (#2226)MandarJKulkarni2021-08-031-1/+1
* Fix typo: veriication -> verification (#2207)Dongwook Chan2021-02-211-1/+1
* fix typo in documentation (#2178)Nikolay Vasiliev2021-02-201-2/+2
* Core Protocol: Add support for flexible versions (#2151)Tincu Gabriel2020-12-026-17/+347
* Support configuration of custom kafka client for Admin/Consumer/Producer (#2144)Tincu Gabriel2020-12-023-8/+17
* Hotfix: TypeError: object of type 'dict_itemiterator' has no len() (#2167)Krzysztof Grabowski2020-11-191-2/+3
* Add the optional compression libs to extras_require (#2123)Jeff Widman2020-11-151-1/+6
* Cleanup install instructions for optional libs (#2139)Jeff Widman2020-11-153-31/+57
* Add Kafka 2.6.0 to tests and protocol compatibility matrix (#2162)Lourens Naudé2020-11-1512-8/+261
* KafkaConsumer: Exit poll if consumer is closed (#2152)Rauli Ikonen2020-11-151-2/+4
* Only try to update sensors fetch lag if the unpacked list contains elements (...Keith So2020-11-051-2/+3
* Cover sticky assignor's metadata method with tests (#2161)Valeria Chernenko2020-11-052-45/+40
* Use six.viewitems instead of six.iteritems to avoid encoding problems (#2154)Valeria Chernenko2020-10-301-1/+1
* Bump version for developmentDana Powers2020-09-301-1/+1
* Add kafka-2.5 to compatibilityDana Powers2020-09-303-4/+4
* Patch Release 2.0.22.0.2Dana Powers2020-09-293-1/+94
* KIP-54: Implement sticky partition assignment strategy (#2057)Valeria Chernenko2020-09-299-20/+1781
* Bump dev requirements (#2129)Jeff Widman2020-09-171-15/+15
* Fix crc32c deprecation warning (#2128)Jeff Widman2020-09-172-2/+2
* Merge _find_coordinator_id methods (#2127)Jeff Widman2020-09-171-42/+27
* Lint cleanup (#2126)Jeff Widman2020-09-171-4/+3
* Feature: delete consumergroups (#2040)Swen Wenzel2020-09-174-5/+219
* Fix initialization order in KafkaClient (#2119)Pedro Calleja2020-09-161-3/+6
* Allow configurable timeouts in admin client check versionHimanshu Mishra2020-09-161-2/+2
* Added crc32c extra requirement as per issue #2068Misha Seltzer2020-09-161-0/+1
* Enhancement for Kafka Admin Client's "Describe Consumer Group" (#2035)Apurva0072020-09-163-16/+146
* producer/kafka: Disable logging during object destruction (#2043)Gioele2020-09-071-0/+8
* Update example.py (#2081)Mostafa-Elmenbawy2020-09-071-18/+28
* Add kafka.structs docstrings (#2080)Mostafa-Elmenbawy2020-09-071-3/+58
* Add support for `zstd` compression (#2021)Tincu Gabriel2020-09-0710-23/+75
* fixed the broken compatibility page link (#2045)Anurag Rana2020-09-071-1/+1
* Fix typo (#2096)KimDongMin2020-09-071-1/+1
* Fix #1985: fix consumer deadlock when heartbeat thread request timeout (#2064)huangcuiyang2020-09-071-8/+12
* Python 3.8 support (#2088)Swen Kooij2020-07-225-9/+11
* remove unused importsJames Lamb2020-07-104-4/+0
* Rename README to README.md (#2055)qhzxc00152020-05-261-0/+0
* Add logic for inferring newer broker versions (#2038)Tincu Gabriel2020-05-0511-10/+315
* Add `log_start_offset` to message protocol parsing (#2020)Tincu Gabriel2020-03-254-15/+107
* Add 2.1.1 to build_integration (#2019)Tincu Gabriel2020-03-161-1/+1
* Fix docs by adding SASL mentionJeff Widman2020-03-021-1/+2
* Set length of header value to 0 if Nonekvfi2020-03-021-1/+3
* Bump version for developmentDana Powers2020-02-191-1/+1
* Patch Release 2.0.12.0.1Dana Powers2020-02-193-1/+16
* KAFKA-8962: Use least_loaded_node() for describe_topics()Jeff Widman2020-02-161-15/+7
* Fix topic error parsing in MetadataResponseJeff Tribble2020-02-151-6/+11
* Bump version for development of next releaseDana Powers2020-02-101-1/+1
* Release 2.0.02.0.0Dana Powers2020-02-103-1/+100
* _send_request_to_controller returns a raw result, not a futureTyler Lubeck2020-02-061-6/+6