summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)kafka-2136Dana Powers2016-04-065-14/+57
* Merge pull request #634 from dpkp/fetchDana Powers2016-04-061-18/+32
|\
| * Dont send FetchRequest for (obviously) pending datafetchDana Powers2016-04-061-3/+12
| * Increase coverage of StopIteration check in _unpack_message_setDana Powers2016-04-061-15/+15
| * Log debug messages when skipping fetched messages due to offset checksDana Powers2016-04-061-0/+5
* | Merge pull request #630 from dpkp/protocol_versionsDana Powers2016-04-0620-164/+279
|\ \ | |/ |/|
| * Use version-indexed lists for request/response protocol structsprotocol_versionsDana Powers2016-04-0520-164/+279
|/
* Merge pull request #623 from dpkp/kafka-3318Dana Powers2016-04-0512-99/+121
|\
| * Remove unused importskafka-3318Dana Powers2016-04-057-12/+2
| * KAFKA-3013: Include topic-partition in exception for expired batchesDana Powers2016-04-051-1/+4
| * KAFKA-3318: clean up consumer logging and error messagesDana Powers2016-04-055-86/+115
|/
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-0541-127/+111
* Split kafka.common into kafka.structs and kafka.errorsDana Powers2016-04-053-488/+489
* Merge pull request #611 from dpkp/sock_send_bytesDana Powers2016-04-053-15/+110
|\
| * Handle partial socket send()sock_send_bytesDana Powers2016-04-051-4/+6
| * Coerce exceptions to bool in Future.succeeded() and Future.failed()Dana Powers2016-04-051-2/+2
| * Add BrokerConnection.send testsDana Powers2016-04-051-9/+102
|/
* Update max.block.ms docstringDana Powers2016-04-041-3/+5
* Merge pull request #589 from dpkp/node_not_readyDana Powers2016-04-047-344/+420
|\
| * Improve KafkaClient connect and ready handlingnode_not_readyDana Powers2016-04-042-70/+59
| * Improve Coordinator Error handlingDana Powers2016-04-041-8/+14
| * Drop now-redundant ready() check in Fetcher._handle_offset_responseDana Powers2016-04-041-3/+0
| * Add basic unit test coverage for BrokerConnectionDana Powers2016-04-041-0/+82
| * Improve Broker connection handling of not-ready nodesDana Powers2016-04-041-24/+26
| * Move old KafkaConnection tests to test_conn_legacyDana Powers2016-04-041-0/+0
* | Merge pull request #620 from dpkp/issue_619Dana Powers2016-04-042-39/+57
|\ \ | |/ |/|
| * Improve auto-commit task handling when group_id is Noneissue_619Dana Powers2016-04-031-20/+22
| * Test _maybe_auto_commit_offsets_sync when group_id is NoneDana Powers2016-04-031-19/+35
|/
* Merge pull request #615 from TimEvens/masterDana Powers2016-03-306-36/+101
|\
| * Changed transltae to replace to support python 3Tim Evens2016-03-301-1/+2
| * Kafka IPv6 Support.Tim Evens2016-03-306-36/+100
|/
* Merge pull request #603 from dpkp/windowsDana Powers2016-03-245-11/+83
|\
| * Skip test that fails on windowswindowsDana Powers2016-03-171-0/+2
| * Handle windows socket error codes in BrokerConnectionDana Powers2016-03-171-4/+6
| * Use socketpair for KafkaClient wake pipe windows compatibilityDana Powers2016-03-172-6/+65
| * Fallback to curl if wget is not availableDana Powers2016-03-171-1/+10
* | Ignore more kafka-bin rcs -- useful during release testingDana Powers2016-03-231-1/+1
* | Remove errant next(consumer) from consumer documentationDana Powers2016-03-222-2/+0
* | Add 0.10.0.0 test fixture properties filesDana Powers2016-03-213-0/+179
* | Add producer.flush() to usage docsDana Powers2016-03-183-4/+19
* | Merge pull request #606 from zackdever/partition-leader-errorsDana Powers2016-03-172-4/+5
|\ \
| * | catch all errors thrown by _get_leader_for_partition in SimpleClientZack Dever2016-03-172-4/+5
|/ /
* | Merge pull request #602 from zackdever/KAFKA-2698Dana Powers2016-03-173-5/+38
|\ \
| * | KAFKA-2698: add paused APIZack Dever2016-03-163-5/+38
| |/
* | Add default_offset_commit_callback to KafkaConsumer DEFAULT_CONFIGSDana Powers2016-03-171-0/+1
* | Bump version for developmentDana Powers2016-03-171-1/+1
|/
* Release 1.0.21.0.2Dana Powers2016-03-141-1/+1
* Update changelog for 1.0.2 releaseDana Powers2016-03-142-0/+67
* Merge pull request #599 from zackdever/travis-master-deployDana Powers2016-03-141-3/+1
|\
| * Only deploy master branch now that travis bug is fixed.Zack Dever2016-03-141-3/+1