Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert ffc7caef13a120f69788bcdd43ffa01468f575f9 / PR #1239 | Dana Powers | 2017-11-16 | 1 | -7/+2 |
| | | | | The change caused a regression documented in issue #1290 | ||||
* | Use correct casing for MB | Jeff Widman | 2017-11-15 | 2 | -2/+2 |
| | | | | | | These values refer to Megabytes, not Megabits. Fix #1295 | ||||
* | Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵ | Taras Voinarovskyi | 2017-10-25 | 1 | -7/+23 |
| | | | | | (#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls. | ||||
* | 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 |
| | |||||
* | Merge pull request #1252 from dpkp/legacy_records_refactor | Taras Voinarovskyi | 2017-10-14 | 1 | -79/+27 |
|\ | | | | | Refactor MessageSet and Message into LegacyRecordBatch | ||||
| * | Fix tests and rebase problems | Taras | 2017-10-12 | 1 | -2/+1 |
| | | |||||
| * | Remove the check for timestamp None in producer, as it's done in RecordBatch ↵ | Taras | 2017-10-12 | 1 | -6/+0 |
| | | | | | | | | | | | | anyway. Minor abc doc fixes. | ||||
| * | Refactor MessageSet and Message into LegacyRecordBatch to later support v2 ↵ | Taras | 2017-10-11 | 1 | -72/+27 |
| | | | | | | | | message format | ||||
* | | KAFKA-4034: Avoid unnecessary consumer coordinator lookup (#1254) | Dana Powers | 2017-10-11 | 2 | -13/+31 |
|/ | |||||
* | Merge pull request #1245 from dpkp/KAFKA_3977_defer_fetch_parsing | Taras Voinarovskyi | 2017-10-11 | 1 | -261/+237 |
|\ | | | | | KAFKA-3977: defer fetch response parsing and raise exceptions to user | ||||
| * | More testsKAFKA_3977_defer_fetch_parsing | Dana Powers | 2017-10-08 | 1 | -0/+5 |
| | | |||||
| * | Avoid sys.maxint; not supported on py3 | Dana Powers | 2017-10-08 | 1 | -2/+4 |
| | | |||||
| * | KAFKA-3977: Defer fetch parsing for space efficiency, and to raise ↵ | Dana Powers | 2017-10-07 | 1 | -261/+230 |
| | | | | | | | | exceptions to user | ||||
* | | 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 | ||||
* | Add method to ensure a valid topic name (#1238) | Niklas Mollenhauer | 2017-10-07 | 1 | -3/+28 |
| | |||||
* | Fix Fetcher.PartitionRecords to handle fetch_offset in the middle of ↵ | Dana Powers | 2017-10-05 | 1 | -2/+7 |
| | | | | compressed messageset (#1239) | ||||
* | Fix grammar | Jeff Widman | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -4/+5 |
| | |||||
* | Added unit tests for fetcher's `_reset_offset` and related functions. | Taras Voinarovskiy | 2017-08-07 | 1 | -5/+16 |
| | |||||
* | Added `beginning_offsets` and `end_offsets` API's and fixed @jeffwidman ↵ | Taras Voinarovskiy | 2017-08-07 | 2 | -15/+95 |
| | | | | review issues | ||||
* | Fix test for older brokers | Taras Voinarovskiy | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Changed retrieve_offsets to allow fetching multiple offsets at once | Taras Voinarovskiy | 2017-08-07 | 2 | -96/+133 |
| | |||||
* | Added basic support for offsets_for_times API. Still needs to group by nodes ↵ | Taras Voinarovskiy | 2017-08-07 | 2 | -19/+117 |
| | | | | and send in parallel. | ||||
* | Fixed Issue 1033.Raise AssertionError when decompression unsupported. (#1159) | webber | 2017-08-05 | 1 | -0/+7 |
| | |||||
* | 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 | 2 | -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 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 | 2 | -11/+11 |
| | |||||
* | Fix raise exception from SubscriptionState.assign_from_subscribed (#960) | Petr Šebek | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -88/+86 |
| | |||||
* | Fix of exception raise in case of auto_offset_reset is set to None in ↵ | Alexander Sibiryakov | 2016-12-27 | 1 | -2/+2 |
| | | | | KafkaConsumer (#860) | ||||
* | Add metadata update to pattern subscribing (#915) | Dmitry Lazurkin | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | Add kafka.serializer interfaces (#912) | Dana Powers | 2016-12-19 | 1 | -12/+19 |
| | |||||
* | Add docstring for max_records (#897) | Jeff Widman | 2016-12-19 | 1 | -0/+3 |
| | |||||
* | Fix fetcher bug when processing offset out of range (#911) | Dana Powers | 2016-12-17 | 1 | -1/+1 |
| | |||||
* | Use six.string_types for topic type check in #824 | Dana Powers | 2016-11-20 | 1 | -2/+2 |
| |