summaryrefslogtreecommitdiff
path: root/kafka
Commit message (Expand)AuthorAgeFilesLines
* Fix BrokerConnection.connection_delay() -- return msconn_delay_msDana Powers2018-03-071-2/+9
* Fix error var name in _unpack (#1403)j2gg0s2018-03-051-1/+1
* Validate max_records in KafkaConsumer.poll (#1398)Dana Powers2018-02-271-0/+2
* Fix KafkaConsumer compacted offset handling (#1397)Dana Powers2018-02-261-8/+9
* Fix byte size estimation with kafka producer (#1393)Blake Embrey2018-02-241-1/+1
* Check timeout type in KafkaClient constructorAndre Araujo2018-02-211-0/+2
* Update string representation of SimpleClientAndre Araujo2018-02-211-1/+1
* Use hardware accelerated CRC32C function if available (#1389)Taras Voinarovskyi2018-02-211-3/+11
* Correctly respect timeouts in consumer poll interface (#1384)Braedon Vickers2018-02-211-1/+1
* Fix response schemaAlex Eftimie2018-02-201-1/+2
* Add Admin CreatePartitions API callAlex Eftimie2018-02-202-1/+32
* Bump version for developmentDana Powers2018-02-101-1/+1
* Patch Release 1.4.1 (#1376)1.4.1Dana Powers2018-02-091-1/+1
* Fix consumer poll stuck error when no available partition (#1375)Yu Kou2018-02-081-1/+1
* Use raw in case string overriden (#1373)Jeff Widman2018-02-081-2/+2
* Fix pending completion IndexError bug caused by multiple threads (#1372)Dana Powers2018-02-081-2/+8
* Bump version for development of next releaseDana Powers2018-02-071-1/+1
* Release 1.4.01.4.0Dana Powers2018-02-071-1/+1
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-0643-144/+144
* Add Request/Response structs for kafka broker 1.0.0Dana Powers2018-02-066-36/+167
* Avoid consuming duplicate compressed messages from mid-batch (#1367)Dana Powers2018-02-051-2/+11
* KAFKA-3949: Avoid race condition when subscription changes during rebalance (...Dana Powers2018-02-026-72/+107
* Fix for Python 3 byte string handling in SASL auth (#1353)Christophe Lecointe2018-01-241-2/+2
* Remove assertion with side effect (#1348)Buğra Gedik2018-01-231-2/+2
* fix reconnect_backoff_max_ms default config bug in KafkaProducer (#1352)C.YAO2018-01-231-1/+1
* Name heartbeat thread with group_id; use backoff when polling (#1345)Dana Powers2018-01-161-1/+1
* Avoid KeyError when filtering fetchable partitions (#1344)Dana Powers2018-01-121-2/+2
* Honor reconnect_backoff in conn.connect() (#1342)Dana Powers2018-01-111-1/+1
* Fix coordinator join_future race condition (#1338)Dana Powers2018-01-111-4/+8
* Read all available socket bytes (#1332)Dana Powers2018-01-104-22/+28
* Improve KafkaConsumer cleanup (#1339)Dana Powers2018-01-105-22/+62
* Fix typo in _try_authenticate_plain (#1333)everpcpc2017-12-281-1/+1
* Add security layer negotiation to the GSSAPI authentication. (#1283)Andre Araujo2017-12-261-22/+43
* Raise non-API exceptions (#1316)Jeff Widman2017-12-211-5/+1
* KAFKA-3888 Use background thread to process consumer heartbeats (#1266)Dana Powers2017-12-219-682/+870
* Minor Exception cleanupJeff Widman2017-12-124-6/+6
* Use non-deprecated exception handlingJeff Widman2017-12-121-1/+1
* Raise better struct pack/unpack errors (#1320)Jeff Widman2017-12-121-4/+8
* Followup cleanup to #1304Jeff Widman2017-12-081-2/+1
* Refactor dns lookup in BrokerConnection (#1312)Dana Powers2017-12-081-61/+49
* optimize util.crc32 (#1304)Ofek Lev2017-12-081-8/+15
* use python standard max value (#1303)lukeWx2017-12-074-4/+4
* changed for to use enumerate() (#1301)Benn Roth2017-12-061-2/+1
* Fix two bugs in printing bytes instanceAndre Araujo2017-11-271-1/+1
* Revert ffc7caef13a120f69788bcdd43ffa01468f575f9 / PR #1239Dana Powers2017-11-161-7/+2
* Use correct casing for MBJeff Widman2017-11-152-2/+2
* Replace periods (java) with underscores (python)Jeff Widman2017-11-071-2/+2
* Use socket timeout of request_timeout_ms to prevent blocking forever on send ...Dana Powers2017-10-251-6/+7
* Handle lookup_coordinator send failures (#1279)Dana Powers2017-10-241-5/+11
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. (...Taras Voinarovskyi2017-10-2510-23/+932