summaryrefslogtreecommitdiff
path: root/kafka/consumer
Commit message (Collapse)AuthorAgeFilesLines
* remove beginning/end offsets request version limitLiao Jiayi2017-09-041-8/+0
|
* Remove a few unused imports (#1188)James Lamb2017-08-291-1/+0
| | | | | * Removed a few unused imports * Added note on socketpair monkey-path
* Drop unused sleep kwarg to poll (#1177)Dana Powers2017-08-152-4/+5
|
* Added unit tests for fetcher's `_reset_offset` and related functions.Taras Voinarovskiy2017-08-071-5/+16
|
* Added `beginning_offsets` and `end_offsets` API's and fixed @jeffwidman ↵Taras Voinarovskiy2017-08-072-15/+95
| | | | review issues
* Fix test for older brokersTaras Voinarovskiy2017-08-071-1/+1
|
* Changed retrieve_offsets to allow fetching multiple offsets at onceTaras Voinarovskiy2017-08-072-96/+133
|
* Added basic support for offsets_for_times API. Still needs to group by nodes ↵Taras Voinarovskiy2017-08-072-19/+117
| | | | and send in parallel.
* Fixed Issue 1033.Raise AssertionError when decompression unsupported. (#1159)webber2017-08-051-0/+7
|
* KIP-144: Exponential backoff for broker reconnections (#1124)Dana Powers2017-06-191-0/+9
|
* Describe consumer thread-safetyLinus Wallgren2017-06-161-0/+2
|
* Follow-up to #1068: remove not-implemented commentsDana Powers2017-04-101-1/+1
|
* Additional docstrings for autocommit close optionDana Powers2017-03-131-1/+7
|
* Optionally skip auto-commit during consumer.close (#1031)Dana Powers2017-03-131-2/+2
|
* Return copy of consumer subscription set (#1029)Dana Powers2017-03-131-1/+1
|
* A few Sphinx documentation updates (#1019)Jeff Widman2017-03-081-3/+3
|
* Fixup :meth: sphinx documentation for use in KafkaConsumer.rst etcDana Powers2017-03-071-23/+35
|
* Disable default consumer group (#1016)Dana Powers2017-03-061-2/+2
|
* Added `max_bytes` option and FetchRequest_v3 usage. (#962)Taras Voinarovskyi2017-03-062-7/+45
| | | | * Added `max_bytes` option and FetchRequest_v3 usage. * Add checks for versions above 0.10 based on ApiVersionResponse
* Add sphinx formatting to hyperlink methods (#898)Jeff Widman2017-03-031-22/+22
|
* Fix BrokerConnection api_version docs default (#909)Jeff Widman2017-02-281-4/+5
|
* Fail-fast on timeout constraint violations during KafkaConsumer creation (#986)Harel Ben-Attia2017-02-281-0/+13
|
* PEP-8: Spacing & removed unused imports (#899)Jeff Widman2017-02-092-11/+11
|
* Fix raise exception from SubscriptionState.assign_from_subscribed (#960)Petr Šebek2017-02-031-1/+1
|
* Default max_poll_records to Java default of 500 (#947)Jeff Widman2017-01-181-2/+2
|
* Spelling and grammar changes (#923)melissacrawford3962017-01-112-88/+86
|
* Fix of exception raise in case of auto_offset_reset is set to None in ↵Alexander Sibiryakov2016-12-271-2/+2
| | | | KafkaConsumer (#860)
* Add metadata update to pattern subscribing (#915)Dmitry Lazurkin2016-12-271-0/+1
|
* Add kafka.serializer interfaces (#912)Dana Powers2016-12-191-12/+19
|
* Add docstring for max_records (#897)Jeff Widman2016-12-191-0/+3
|
* Fix fetcher bug when processing offset out of range (#911)Dana Powers2016-12-171-1/+1
|
* Use six.string_types for topic type check in #824Dana Powers2016-11-201-2/+2
|
* Raise exception if given a bad topic name (#824)Samuel Taylor2016-11-201-0/+7
|
* Added doc for `max_poll_records` option (#881)Taras Voinarovskyi2016-11-201-1/+2
|
* Fix typosJeff Widman2016-11-141-3/+3
|
* Revert consumer iterators from max_poll_records (#856)Dana Powers2016-10-242-14/+180
|
* Bugfix on max_poll_records - TypeError: object of type NoneType has no len()Dana Powers2016-10-041-1/+1
|
* KAFKA-3007: KafkaConsumer max_poll_records (#831)Dana Powers2016-09-282-240/+120
|
* Treat metric_group_prefix as config in KafkaConsumerDana Powers2016-08-042-6/+6
|
* Metrics instance must be passed explicitly from KafkaConsumer to KafkaClientDana Powers2016-08-041-1/+1
|
* Fix misspelling of "password" (#793)Samuel Taylor2016-08-041-1/+1
|
* implement sasl PLAIN mechanismLars Jørgen Solberg2016-08-031-0/+10
|
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* Clarify api_version=str deprecation warningDana Powers2016-08-021-1/+1
|
* Merge pull request #785 from dpkp/sixDana Powers2016-08-015-6/+6
|\ | | | | Vendor python module six; move selectors34 and socketpair under kafka.vendor
| * Vendor six 1.10.0sixDana Powers2016-08-015-6/+6
| |
* | Fix offset fetch when partitions are manually assigned (#786)Dana Powers2016-08-011-0/+1
|/
* Use socket_options configuration to setsockopts(). Default TCP_NODELAY (#783)Dana Powers2016-08-011-4/+9
|
* Document the ssl_password config option (#780)Samuel Taylor2016-07-261-0/+2
| | | | PR #750 added the code for passing along a password, but not any documentation on it
* Fix typo in KafkaConsumer documentation (#775)Samuel Taylor2016-07-211-1/+1
|