summaryrefslogtreecommitdiff
path: root/kafka/consumer/group.py
Commit message (Collapse)AuthorAgeFilesLines
* Read all available socket bytes (#1332)Dana Powers2018-01-101-0/+2
| | | | * Recv all available network bytes before parsing * Add experimental support for configuring socket chunking parameters
* KAFKA-3888 Use background thread to process consumer heartbeats (#1266)Dana Powers2017-12-211-46/+56
|
* Use correct casing for MBJeff Widman2017-11-151-1/+1
| | | | | | These values refer to Megabytes, not Megabits. Fix #1295
* Fix overriding sasl_kerberos_service_name in KafkaConsumer / KafkaProducer ↵Nathanael Smith2017-10-171-0/+3
| | | | (#1264)
* Fix docstringJeff Widman2017-10-161-3/+4
|
* KAFKA-4034: Avoid unnecessary consumer coordinator lookup (#1254)Dana Powers2017-10-111-10/+19
|
* Expand metrics docs (#1243)Jeff Widman2017-10-081-4/+11
| | | | | | * Expand metrics docstrings * Document metrics interface in readme * Use six.iteritems(d) rather than d.items() * Use Sphinx warning syntax
* 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-151-2/+4
|
* Added `beginning_offsets` and `end_offsets` API's and fixed @jeffwidman ↵Taras Voinarovskiy2017-08-071-11/+76
| | | | review issues
* Changed retrieve_offsets to allow fetching multiple offsets at onceTaras Voinarovskiy2017-08-071-1/+3
|
* Added basic support for offsets_for_times API. Still needs to group by nodes ↵Taras Voinarovskiy2017-08-071-1/+41
| | | | and send in parallel.
* 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-061-0/+9
| | | | * 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-091-3/+3
|
* Default max_poll_records to Java default of 500 (#947)Jeff Widman2017-01-181-2/+2
|
* Spelling and grammar changes (#923)melissacrawford3962017-01-111-87/+85
|
* Add metadata update to pattern subscribing (#915)Dmitry Lazurkin2016-12-271-0/+1
|
* Add docstring for max_records (#897)Jeff Widman2016-12-191-0/+3
|
* 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-241-7/+88
|
* KAFKA-3007: KafkaConsumer max_poll_records (#831)Dana Powers2016-09-281-105/+29
|
* Treat metric_group_prefix as config in KafkaConsumerDana Powers2016-08-041-3/+3
|
* 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
|
* Clarify api_version=str deprecation warningDana Powers2016-08-021-1/+1
|
* Vendor six 1.10.0sixDana Powers2016-08-011-1/+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
|
* KAFKA-2832: Add a consumer config option to exclude internal topics (#765)Dana Powers2016-07-171-0/+5
| | | | Use exclude_internal_topics config in KafkaConsumer to avoid subscribe patterns matching internal topics Raise error during rebalance if subscribed topics are not authorized
* Expose selector type as config option (#764)Dana Powers2016-07-161-1/+5
|
* Update kafka configuration links -> 0.10.0.0 docsDana Powers2016-07-161-1/+1
|
* First stab at public metrics() interface for KafkaConsumer / KafkaProducerDana Powers2016-07-161-2/+16
|
* Fixup metrics_sample_window_ms docstring in consumerDana Powers2016-07-161-2/+2
|
* Add api_version config to KafkaClient, deprecate str in favor of tuples (#761)Dana Powers2016-07-161-16/+28
|