summaryrefslogtreecommitdiff
path: root/kafka
Commit message (Expand)AuthorAgeFilesLines
* Release 1.4.41.4.4Dana Powers2018-11-201-1/+1
* Rename KafkaAdmin to KafkaAdminClientJeff Widman2018-11-203-20/+20
* 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-1822-38/+38
* Stop using broker-errors for client-side problemsJeff Widman2018-11-183-38/+44
* Use TypeError for invalid typeJeff Widman2018-11-171-1/+1
* 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-291-0/+7
* Stop using deprecated log.warn()Jeff Widman2018-10-261-3/+3
* Add temp workaround for upstream pylint bugJeff Widman2018-10-261-1/+3
* Add KafkaAdmin classRichard Lee2018-10-249-0/+637
* Vendor enum34Jeff Widman2018-10-221-0/+841
* Vendor `six` consistentlyJeff Widman2018-10-222-4/+4
* Update remote urls: snappy, https, etcJeff Widman2018-10-223-5/+5
* Bump vendored `six` to `1.11.0`Jeff Widman2018-10-221-16/+42
* Support produce with Kafka record headersHeikki Nousiainen2018-09-273-17/+27
* Expose record headers in ConsumerRecordsHeikki Nousiainen2018-09-271-3/+5
* 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
* Return future from commit_offsets_async (#1560)Mike Lang2018-08-311-1/+6
* add kerberos domain name config for gssapi sasl mechanism handshake (#1542)the-sea2018-08-314-4/+17
* add support for smaller topic metadata fetch during bootstrap (#1541)Ning Xie2018-08-313-6/+14
* Document connections_max_idle_msJeff Widman2018-06-263-0/+15
* Don't use `kafka.common` internally1.3.5Jeff Widman2018-06-0510-23/+18
* Bump version for developmentDana Powers2018-05-261-1/+1
* Release 1.4.31.4.3Dana Powers2018-05-261-1/+1
* Retain but deprecate kafka.errors.ConnectionError for compatibilityDana Powers2018-05-261-0/+4
* Improve connection handling when bootstrap list is invalid (#1507)Dana Powers2018-05-261-6/+3
* Ignore MetadataResponses with empty broker list (#1506)Dana Powers2018-05-262-1/+6
* Document methods that return NoneJeff Widman2018-05-231-0/+3
* Stop shadowing `ConnectionError`Jeff Widman2018-05-235-25/+24
* Stop using deprecated log.warn()Jeff Widman2018-05-101-3/+3
* Minor doc capitalization cleanupJeff Widman2018-04-241-15/+15
* Force lz4 to disable Kafka-unsupported block linking when encoding (#1476)Michael P. Nitowski2018-04-181-1/+13
* Added AlterConfigs and DescribeConfigs apis (#1472)Stephen SORRIAUX2018-04-181-1/+96