summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Catch duplicate batch.done() calls -- this can happen if we maybe_expire ↵Dana Powers2016-02-181-1/+4
| | | | then process a response errback
* 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 / ↵Dana Powers2016-02-181-1/+2
| | | | partition
* 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 buffers
| * 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 explicitly
| * | 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__
| * | 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 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 ↵Dana Powers2016-02-154-3/+278
| | | | API up in toc
* 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
|
* warn (not error) on LeaderNotAvailable - this is usually not cause for concernDana Powers2016-02-151-2/+2
|
* Update ClusterMetadata commentsDana Powers2016-02-151-7/+7
|
* Track set of unauthorized_topics in ClusterMetadataDana Powers2016-02-151-0/+3
|
* Remove unused cluster._version private attributeDana Powers2016-02-151-4/+1
|
* Keep full PartitionMetadata from MetadataResponsesDana Powers2016-02-151-6/+10
|
* Fixup SimpleClient.topic_partitions commentDana Powers2016-02-151-1/+1
|
* Mark old kafka.common structs as Deprecated; remove unused TopicMetadataDana Powers2016-02-152-16/+18
|
* KafkaClient.connection_delay should return 0 when connecting to avoid ↵Dana Powers2016-02-151-4/+10
| | | | unnecessary sleep in poll
* KAFKA-3044: Re-word consumer.poll behaviourDana Powers2016-02-151-3/+4
|
* TopicPartition should be importable from top-level moduleDana Powers2016-02-151-0/+1
|
* Issue 545: Convert deserializer StopIteration errors to raw ExceptionsDana Powers2016-02-152-2/+9
|
* Update SimpleClient docs (Issue 543)Dana Powers2016-02-151-18/+37
|
* Fixup RequestTimeoutError -> RequestTimedOutErrorDana Powers2016-02-152-2/+2
|
* Improve KafkaClient.check_version()Dana Powers2016-02-151-13/+27
| | | | | | | - only raise AssertionErrors if strict=True (default False) - connect timeout is configurable (default 2secs) - monkeypatch request_timeout_ms config and check for RequestTimeoutErrors - add assertion error message
* Fix Typos (Issue 536)Dana Powers2016-02-152-2/+2
|
* KAFKA-3191: Improve offset committing docstringsDana Powers2016-02-021-2/+6
|
* a few extra AssertionError messages in KafkaConsumerDana Powers2016-02-021-2/+2
|
* KAFKA-3170: default consumer config for fetch_min_bytes should be 1Dana Powers2016-02-022-4/+4
|
* Fixup: _send_offset_commit_request future should succeed w/ True, not NoneDana Powers2016-02-021-1/+2
|
* Add more debug/trace statements to sender loopDana Powers2016-02-021-0/+2
|