summaryrefslogtreecommitdiff
path: root/kafka/consumer
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in _fetch_all_topic_metadata function (#1809)Brian Sang2019-05-231-1/+1
* Make partitions_for_topic a read-through cache (#1781)Brian Sang2019-05-221-8/+25
* Update link to kafka docsJeff Widman2019-05-171-1/+1
* Update sasl configuration docstringsDana Powers2019-03-231-5/+5
* Support SASL OAuthBearer Authentication (#1750)Phong Pham2019-03-221-1/+4
* Allow configuration of SSL Ciphers (#1755)Dana Powers2019-03-211-0/+6
* Error if connections_max_idle_ms not larger than request_timeout_ms (#1688)Jeff Widman2019-03-141-3/+7
* 1701 use last offset from fetch v4 if available (#1724)Keith So2019-03-132-0/+24
* Do network connections and writes in KafkaClient.poll() (#1729)Dana Powers2019-03-081-12/+1
* Remove unused `skip_double_compressed_messages`Jeff Widman2019-01-132-16/+0
* #1681 add copy() in metrics() to avoid thread safety issues (#1682)Tosi Émeric2018-12-271-2/+2
* Be explicit with tuples for %s formattingJeff Widman2018-11-184-10/+10
* Expose record headers in ConsumerRecordsHeikki Nousiainen2018-09-271-3/+5
* add kerberos domain name config for gssapi sasl mechanism handshake (#1542)the-sea2018-08-311-1/+4
* Document connections_max_idle_msJeff Widman2018-06-261-0/+5
* Don't use `kafka.common` internally1.3.5Jeff Widman2018-06-052-5/+5
* Stop using deprecated log.warn()Jeff Widman2018-05-101-3/+3
* Fix KafkaConsumer docstring for request_timeout_ms default (#1459)Dana Powers2018-03-231-1/+1
* Do not validate api_version against known versions (#1434)Dana Powers2018-03-101-2/+1
* Avoid tight poll loop in consumer when brokers are down (#1415)Dana Powers2018-03-081-1/+1
* Use local copies in Fetcher._fetchable_partitions to avoid mutation errors (#...Dana Powers2018-03-071-3/+6
* 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
* Correctly respect timeouts in consumer poll interface (#1384)Braedon Vickers2018-02-211-1/+1
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-063-8/+8
* 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-023-22/+24
* Avoid KeyError when filtering fetchable partitions (#1344)Dana Powers2018-01-121-2/+2
* Read all available socket bytes (#1332)Dana Powers2018-01-101-0/+2
* KAFKA-3888 Use background thread to process consumer heartbeats (#1266)Dana Powers2017-12-212-46/+59
* Minor Exception cleanupJeff Widman2017-12-121-2/+2
* Revert ffc7caef13a120f69788bcdd43ffa01468f575f9 / PR #1239Dana Powers2017-11-161-7/+2
* Use correct casing for MBJeff Widman2017-11-152-2/+2
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. (...Taras Voinarovskyi2017-10-251-7/+23
* Fix overriding sasl_kerberos_service_name in KafkaConsumer / KafkaProducer (#...Nathanael Smith2017-10-171-0/+3
* Fix docstringJeff Widman2017-10-161-3/+4
* Merge pull request #1252 from dpkp/legacy_records_refactorTaras Voinarovskyi2017-10-141-79/+27
|\
| * Fix tests and rebase problemsTaras2017-10-121-2/+1
| * Remove the check for timestamp None in producer, as it's done in RecordBatch ...Taras2017-10-121-6/+0
| * Refactor MessageSet and Message into LegacyRecordBatch to later support v2 me...Taras2017-10-111-72/+27
* | KAFKA-4034: Avoid unnecessary consumer coordinator lookup (#1254)Dana Powers2017-10-112-13/+31
|/
* Merge pull request #1245 from dpkp/KAFKA_3977_defer_fetch_parsingTaras Voinarovskyi2017-10-111-261/+237
|\
| * More testsKAFKA_3977_defer_fetch_parsingDana Powers2017-10-081-0/+5
| * Avoid sys.maxint; not supported on py3Dana Powers2017-10-081-2/+4
| * KAFKA-3977: Defer fetch parsing for space efficiency, and to raise exceptions...Dana Powers2017-10-071-261/+230
* | Expand metrics docs (#1243)Jeff Widman2017-10-081-4/+11
|/
* Add method to ensure a valid topic name (#1238)Niklas Mollenhauer2017-10-071-3/+28
* Fix Fetcher.PartitionRecords to handle fetch_offset in the middle of compress...Dana Powers2017-10-051-2/+7
* Fix grammarJeff Widman2017-10-041-1/+1
* remove beginning/end offsets request version limitLiao Jiayi2017-09-041-8/+0