Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read all available socket bytes (#1332) | Dana Powers | 2018-01-10 | 1 | -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 Powers | 2017-12-21 | 1 | -46/+56 |
| | |||||
* | Use correct casing for MB | Jeff Widman | 2017-11-15 | 1 | -1/+1 |
| | | | | | | These values refer to Megabytes, not Megabits. Fix #1295 | ||||
* | Fix overriding sasl_kerberos_service_name in KafkaConsumer / KafkaProducer ↵ | Nathanael Smith | 2017-10-17 | 1 | -0/+3 |
| | | | | (#1264) | ||||
* | Fix docstring | Jeff Widman | 2017-10-16 | 1 | -3/+4 |
| | |||||
* | KAFKA-4034: Avoid unnecessary consumer coordinator lookup (#1254) | Dana Powers | 2017-10-11 | 1 | -10/+19 |
| | |||||
* | Expand metrics docs (#1243) | Jeff Widman | 2017-10-08 | 1 | -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 limit | Liao Jiayi | 2017-09-04 | 1 | -8/+0 |
| | |||||
* | Remove a few unused imports (#1188) | James Lamb | 2017-08-29 | 1 | -1/+0 |
| | | | | | * Removed a few unused imports * Added note on socketpair monkey-path | ||||
* | Drop unused sleep kwarg to poll (#1177) | Dana Powers | 2017-08-15 | 1 | -2/+4 |
| | |||||
* | Added `beginning_offsets` and `end_offsets` API's and fixed @jeffwidman ↵ | Taras Voinarovskiy | 2017-08-07 | 1 | -11/+76 |
| | | | | review issues | ||||
* | Changed retrieve_offsets to allow fetching multiple offsets at once | Taras Voinarovskiy | 2017-08-07 | 1 | -1/+3 |
| | |||||
* | Added basic support for offsets_for_times API. Still needs to group by nodes ↵ | Taras Voinarovskiy | 2017-08-07 | 1 | -1/+41 |
| | | | | and send in parallel. | ||||
* | KIP-144: Exponential backoff for broker reconnections (#1124) | Dana Powers | 2017-06-19 | 1 | -0/+9 |
| | |||||
* | Describe consumer thread-safety | Linus Wallgren | 2017-06-16 | 1 | -0/+2 |
| | |||||
* | Follow-up to #1068: remove not-implemented comments | Dana Powers | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Additional docstrings for autocommit close option | Dana Powers | 2017-03-13 | 1 | -1/+7 |
| | |||||
* | Optionally skip auto-commit during consumer.close (#1031) | Dana Powers | 2017-03-13 | 1 | -2/+2 |
| | |||||
* | Return copy of consumer subscription set (#1029) | Dana Powers | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | A few Sphinx documentation updates (#1019) | Jeff Widman | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | Fixup :meth: sphinx documentation for use in KafkaConsumer.rst etc | Dana Powers | 2017-03-07 | 1 | -23/+35 |
| | |||||
* | Disable default consumer group (#1016) | Dana Powers | 2017-03-06 | 1 | -2/+2 |
| | |||||
* | Added `max_bytes` option and FetchRequest_v3 usage. (#962) | Taras Voinarovskyi | 2017-03-06 | 1 | -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 Widman | 2017-03-03 | 1 | -22/+22 |
| | |||||
* | Fix BrokerConnection api_version docs default (#909) | Jeff Widman | 2017-02-28 | 1 | -4/+5 |
| | |||||
* | Fail-fast on timeout constraint violations during KafkaConsumer creation (#986) | Harel Ben-Attia | 2017-02-28 | 1 | -0/+13 |
| | |||||
* | PEP-8: Spacing & removed unused imports (#899) | Jeff Widman | 2017-02-09 | 1 | -3/+3 |
| | |||||
* | Default max_poll_records to Java default of 500 (#947) | Jeff Widman | 2017-01-18 | 1 | -2/+2 |
| | |||||
* | Spelling and grammar changes (#923) | melissacrawford396 | 2017-01-11 | 1 | -87/+85 |
| | |||||
* | Add metadata update to pattern subscribing (#915) | Dmitry Lazurkin | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | Add docstring for max_records (#897) | Jeff Widman | 2016-12-19 | 1 | -0/+3 |
| | |||||
* | Added doc for `max_poll_records` option (#881) | Taras Voinarovskyi | 2016-11-20 | 1 | -1/+2 |
| | |||||
* | Fix typos | Jeff Widman | 2016-11-14 | 1 | -3/+3 |
| | |||||
* | Revert consumer iterators from max_poll_records (#856) | Dana Powers | 2016-10-24 | 1 | -7/+88 |
| | |||||
* | KAFKA-3007: KafkaConsumer max_poll_records (#831) | Dana Powers | 2016-09-28 | 1 | -105/+29 |
| | |||||
* | Treat metric_group_prefix as config in KafkaConsumer | Dana Powers | 2016-08-04 | 1 | -3/+3 |
| | |||||
* | Metrics instance must be passed explicitly from KafkaConsumer to KafkaClient | Dana Powers | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Fix misspelling of "password" (#793) | Samuel Taylor | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | implement sasl PLAIN mechanism | Lars Jørgen Solberg | 2016-08-03 | 1 | -0/+10 |
| | |||||
* | Clarify api_version=str deprecation warning | Dana Powers | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Vendor six 1.10.0six | Dana Powers | 2016-08-01 | 1 | -1/+1 |
| | |||||
* | Use socket_options configuration to setsockopts(). Default TCP_NODELAY (#783) | Dana Powers | 2016-08-01 | 1 | -4/+9 |
| | |||||
* | Document the ssl_password config option (#780) | Samuel Taylor | 2016-07-26 | 1 | -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 Taylor | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | KAFKA-2832: Add a consumer config option to exclude internal topics (#765) | Dana Powers | 2016-07-17 | 1 | -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 Powers | 2016-07-16 | 1 | -1/+5 |
| | |||||
* | Update kafka configuration links -> 0.10.0.0 docs | Dana Powers | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | First stab at public metrics() interface for KafkaConsumer / KafkaProducer | Dana Powers | 2016-07-16 | 1 | -2/+16 |
| | |||||
* | Fixup metrics_sample_window_ms docstring in consumer | Dana Powers | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | Add api_version config to KafkaClient, deprecate str in favor of tuples (#761) | Dana Powers | 2016-07-16 | 1 | -16/+28 |
| |