summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move callback processing from BrokerConnection to KafkaClientpending_completionsDana Powers2017-10-154-31/+65
* Fix SASL authentication bugs (#1257)Dana Powers2017-10-151-23/+34
* Merge pull request #1252 from dpkp/legacy_records_refactorTaras Voinarovskyi2017-10-1426-461/+1317
|\
| * Added limit of 100 bytes for Bytes debug printslegacy_records_refactorTaras Voinarovskiy2017-10-141-0/+4
| * Added minor fixes for PR reviewTaras2017-10-126-27/+20
| * Fix tests and rebase problemsTaras2017-10-122-97/+28
| * Added specific to record/ folder micro benchmarks to get exact speed change a...Taras2017-10-123-0/+155
| * Remove the check for timestamp None in producer, as it's done in RecordBatch ...Taras2017-10-123-22/+7
| * Fix snappy compression on PyPyTaras2017-10-121-4/+5
| * Refactor MessageSet and Message into LegacyRecordBatch to later support v2 me...Taras2017-10-1121-355/+1142
* | Merge pull request #1247 from dpkp/add_makefileTaras Voinarovskyi2017-10-142-0/+72
|\ \
| * | Add build_intergation job for makefileadd_makefileTaras Voinarovskiy2017-10-141-6/+11
| * | Forgot the requirement-dev.txt fileTaras2017-10-141-0/+15
| * | Add a Makefile, so users with less knowladge can easily build the project, ge...Taras2017-10-141-0/+52
| |/
* | KAFKA-4034: Avoid unnecessary consumer coordinator lookup (#1254)Dana Powers2017-10-115-26/+78
|/
* Merge pull request #1245 from dpkp/KAFKA_3977_defer_fetch_parsingTaras Voinarovskyi2017-10-112-277/+537
|\
| * More testsKAFKA_3977_defer_fetch_parsingDana Powers2017-10-082-15/+200
| * Avoid sys.maxint; not supported on py3Dana Powers2017-10-081-2/+4
| * Add tests for Fetcher.fetched_records and _handle_fetch_responseDana Powers2017-10-071-14/+118
| * KAFKA-3977: Defer fetch parsing for space efficiency, and to raise exceptions...Dana Powers2017-10-071-261/+230
* | Check for disconnects during ssl handshake and sasl authentication (#1249)Dana Powers2017-10-101-31/+42
* | Always wait for completion during SASL/GSSAPI authentication (#1248)Dana Powers2017-10-101-26/+15
* | Add kafka.protocol.parser.KafkaProtocol w/ receive and send (#1230)Dana Powers2017-10-103-146/+226
* | Update to 0.11.0.1 for travis test fixture; use as default if unspecified (#1...Dana Powers2017-10-086-3/+191
* | Expand metrics docs (#1243)Jeff Widman2017-10-083-13/+33
|/
* Bump version for developmentDana Powers2017-10-071-1/+1
* Release 1.3.51.3.5Dana Powers2017-10-073-1/+50
* Add method to ensure a valid topic name (#1238)Niklas Mollenhauer2017-10-072-3/+53
* 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-052-3/+31
* 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-135-13/+13
|\
| * Stop using mutable types for default arg values1212-stop-using-mutable-types-for-default-arg-valuesJeff Widman2017-09-125-13/+13
* | Fix typoJeff Widman2017-09-121-1/+1
|/
* Merge pull request #1200 from buptljy/offsetTaras Voinarovskyi2017-09-102-14/+0
|\
| * remove beginning/end offsets request version limitLiao Jiayi2017-09-042-14/+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-155-31/+25
* Update sphinx/RTD changelog for 1.3.4Dana Powers2017-08-132-1/+68
* bump version for developmentDana Powers2017-08-131-1/+1
* Update compatibility docs re: 0.11 brokers and python 3.6Dana Powers2017-08-133-13/+13
* Release 1.3.41.3.4Dana Powers2017-08-132-1/+59
* Add 0.11.0.0 to travis test matrix, remove 0.10.1.1; use scala 2.11 artifacts...Dana Powers2017-08-132-30/+18
* 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
* Merge pull request #1161 from dpkp/issue1036_offset_by_timeTaras Voinarovskyi2017-08-077-68/+609
|\