summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Log successful heartbeat as INFO; improve heartbeat response loggingcoordinator_unknown_heartbeatDana Powers2016-03-111-6/+7
* HeartbeatTask should reschedule heartbeat on coordinator_unknown()Dana Powers2016-03-111-2/+6
* Add test for unknown coordinator heartbeat taskDana Powers2016-03-111-2/+14
* Merge pull request #567 from twm/patch-1Dana Powers2016-03-091-1/+1
|\
| * Update base.pyTom Most2016-02-261-1/+1
* | Merge pull request #578 from stefanth/bugfix-stefanth-1Dana Powers2016-03-091-1/+1
|\ \
| * | Bug fix: KafkaConsumer.position()Stefán Þorvarðarson2016-03-091-1/+1
|/ /
* | Merge pull request #573 from scribu/patch-1Dana Powers2016-03-041-2/+2
|\ \
| * | Fix `value_deserializer` parameter in exampleCristi Burcă2016-03-021-1/+1
| * | Fix `value_serializer` parameter in exampleCristi Burcă2016-03-011-1/+1
|/ /
* | Merge pull request #566 from mortenlj/masterDana Powers2016-02-271-1/+1
|\ \ | |/ |/|
| * Fix typo ifr.future.fail => ifr.future.failureMorten Lied Johansen2016-02-261-1/+1
|/
* Update to Kafka 0.9.0.1 for integration testingDana Powers2016-02-237-6/+184
* Merge pull request #564 from shichao-an/masterDana Powers2016-02-231-0/+1
|\
| * Add missing imports: KafkaErrorShichao An2016-02-231-0/+1
|/
* Bump version for development of next releaseDana Powers2016-02-221-1/+1
* Release 1.0.11.0.1Dana Powers2016-02-193-3/+3
* Update Changelog for 1.0.1 patch releaseDana Powers2016-02-192-0/+60
* Mock client.ready() call to test coordinator offset fetch requestDana Powers2016-02-192-1/+3
* Migrate load_example.py to KafkaProducer / KafkaConsumerDana Powers2016-02-181-17/+22
* Catch duplicate batch.done() calls -- this can happen if we maybe_expire then...Dana Powers2016-02-181-1/+4
* Warn if pending batches failed during flushDana Powers2016-02-181-0/+3
* Fix concurrency bug in RecordAccumulator.ready()Dana Powers2016-02-181-2/+6
* Some attributes may not exist in __del__ if we failed assertionsDana Powers2016-02-182-2/+2
* Fix bug in SimpleBufferPool memory condition waiting / timeoutDana Powers2016-02-181-4/+5
* More friendly warning when offset fetch request returns unknown topic / parti...Dana Powers2016-02-181-1/+2
* Verify node ready before sending offset fetch request from coordinatorDana Powers2016-02-181-0/+5
* Merge pull request #558 from dpkp/batch_size_zeroDana Powers2016-02-182-5/+7
|\
| * Support batch_size = 0 in producer buffersbatch_size_zeroDana Powers2016-02-172-5/+7
* | Merge pull request #557 from dpkp/socket_buffer_size_optionalDana Powers2016-02-184-18/+26
|\ \
| * | Dont override system rcvbuf or sndbuf unless user configures explicitlysocket_buffer_size_optionalDana Powers2016-02-174-18/+26
| |/
* | Merge pull request #553 from aisch/kafka_client_fd_leakDana Powers2016-02-175-7/+64
|\ \
| * | break up some circular references and close client wake pipe on __del__aisch2016-02-165-7/+64
|/ /
* | Merge pull request #550 from dpkp/range_assignorDana Powers2016-02-167-13/+171
|\ \ | |/ |/|
| * Add RangePartitionAssignor (and use as default); add assignor testsrange_assignorDana Powers2016-02-167-13/+171
|/
* Make sure all consumers are in same generation before stopping group testDana Powers2016-02-161-0/+13
* Improve kafka.cluster docstringsDana Powers2016-02-161-7/+65
* Bump version for developmentDana Powers2016-02-151-1/+1
* Release 1.0.01.0.0Dana Powers2016-02-151-1/+1
* bootstrap node should be last resort in least_loaded_node()Dana Powers2016-02-151-0/+7
* Support setting kafka instance port explicitly in fixtureDana Powers2016-02-153-7/+16
* Remove unmaintained POWERED-BY docDana Powers2016-02-151-6/+0
* Use KafkaProducer / KafkaConsumer in example.pyDana Powers2016-02-151-13/+12
* Cleanup docstring nested indent (acks values)Dana Powers2016-02-151-9/+10
* Add changelog to sphinx docs; remove SimpleProducer from API list and move AP...Dana Powers2016-02-154-3/+278
* Update Changelog in preparation for 1.0.0 releaseDana Powers2016-02-151-0/+69
* Cleaner event handling in _wait_on_metadataDana Powers2016-02-151-15/+9
* Remove unused internal sender lockDana Powers2016-02-152-24/+20
* Add lock to synchronize metadata updates and future handlingDana Powers2016-02-151-18/+34
* Revisit _wait_on_metadata to address timeout and error handling (Issue 539)Dana Powers2016-02-151-20/+19