summaryrefslogtreecommitdiff
path: root/kafka
Commit message (Expand)AuthorAgeFilesLines
* Import structgssapi_authentication_completeDana Powers2017-10-101-1/+2
* Read gssapi token using decoded sizeDana Powers2017-10-081-8/+3
* Return gssapi errors via future -- outer layer will raise to userDana Powers2017-10-081-30/+33
* Fix GSSAPI authenticationDana Powers2017-10-081-42/+32
* Expand metrics docs (#1243)Jeff Widman2017-10-082-10/+26
* Bump version for developmentDana Powers2017-10-071-1/+1
* Release 1.3.51.3.5Dana Powers2017-10-071-1/+1
* Add method to ensure a valid topic name (#1238)Niklas Mollenhauer2017-10-071-3/+28
* Fix typoJeff Widman2017-10-061-1/+1
* Explicitly check for `None` rather than FalseJeff Widman2017-10-061-1/+1
* 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
* Small fixes to SASL documentation and logging; validate security_protocol (#1...Dana Powers2017-10-031-21/+26
* Remove raw traceback (#1221)dbgasaway2017-10-011-3/+5
* Merge pull request #1213 from dpkp/1212-stop-using-mutable-types-for-default-...Taras Voinarovskyi2017-09-131-9/+9
|\
| * Stop using mutable types for default arg values1212-stop-using-mutable-types-for-default-arg-valuesJeff Widman2017-09-121-9/+9
* | Fix typoJeff Widman2017-09-121-1/+1
|/
* remove beginning/end offsets request version limitLiao Jiayi2017-09-041-8/+0
* Remove a few unused imports (#1188)James Lamb2017-08-294-4/+3
* BrokerConnection receive bytes pipe (#1032)Dana Powers2017-08-154-93/+121
* Drop unused sleep kwarg to poll (#1177)Dana Powers2017-08-154-14/+9
* bump version for developmentDana Powers2017-08-131-1/+1
* Release 1.3.41.3.4Dana Powers2017-08-131-1/+1
* Initialize metadata_snapshot in group coordinator (#1174)Dana Powers2017-08-131-6/+9
* Select on sockets to avoid busy polling during bootstrap (#1175)Dana Powers2017-08-131-0/+2
* 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 revie...Taras Voinarovskiy2017-08-073-16/+96
* 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-075-20/+124
* Add private map of api key -> min/max versions to BrokerConnection (#1169)Dana Powers2017-08-062-11/+58
* Fixed Issue 1033.Raise AssertionError when decompression unsupported. (#1159)webber2017-08-051-0/+7
* conn: Catch ssl.EOFErrors on Python3.3 so we close the failing conn (#1162)Hannu Valtonen2017-08-011-1/+3
* Make UnknownTopicOrPartitionError retriable errorissue1155Taras Voinarovskiy2017-07-301-0/+1
* Fix batch expiry messages to state secondsDominic Evans2017-07-261-3/+3
* Use for join-time-max and sync-time-max metrics Max() measure function (#1146)Alexey Pervushin2017-07-201-2/+2
* added gssapi support (Kerberos) for SASL (#1152)Harald2017-07-201-2/+75
* Add note, that `max_in_flight_requests_per_connection>1` may change order or ...Taras Voinarovskyi2017-07-171-1/+4
* producer: fix produce timeout message (#1151)Mika Eloranta2017-07-171-1/+1
* Protocol updates for 0.11.0.0 (#1127)Dana Powers2017-07-097-41/+508
* Use logging's built-in string interpolationJeff Widman2017-07-072-6/+5
* change_subscription called only when necessary (#1132)Petr Ĺ ebek2017-07-071-2/+3
* producer: Set exit timeout to 0 for atexit handler to match __del__ (#1126)Hannu Valtonen2017-06-191-1/+1
* KIP-144: Exponential backoff for broker reconnections (#1124)Dana Powers2017-06-194-22/+69
* Backoff on unavailable group coordinator retry (#1125)Dana Powers2017-06-191-0/+2
* Fixup for #1085 -- only check for changed metadata on disconnected nodesDana Powers2017-06-181-17/+23
* Deal with brokers that disappear, reappear with different IP address (#1085)Mike Fischer2017-06-181-1/+12
* Describe consumer thread-safetyLinus Wallgren2017-06-161-0/+2
* Update exception docstringAndrew Kowalik2017-06-161-1/+1
* raise KafkaTimeoutException when flush times outAndrew Kowalik2017-06-162-2/+9