summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup error loggingerrorsDana Powers2016-07-152-2/+12
* Patch Release 1.2.51.2.5Dana Powers2016-07-153-1/+19
* Merge pull request #755 from dpkp/unrecurse_unpack_message_setDana Powers2016-07-152-17/+64
|\
| * Add skip_double_compressed_messages option to KafkaConsumerunrecurse_unpack_message_setDana Powers2016-07-142-0/+20
| * Log warning if message set appears double-compressed in KafkaConsumerDana Powers2016-07-141-0/+8
| * Drop recursion in _unpack_message_setDana Powers2016-07-141-17/+36
|/
* Merge pull request #757 from dpkp/double_compressionDana Powers2016-07-142-16/+93
|\
| * Fix bug causing KafkaProducer to double-compress message batches on retrydouble_compressionDana Powers2016-07-141-16/+23
| * Test MessageSetBuffer close -- cover double close compression bugDana Powers2016-07-141-0/+70
|/
* Bump version for developmentDana Powers2016-07-101-1/+1
* Patch Release 1.2.41.2.4Dana Powers2016-07-083-1/+21
* Update consumer_timeout_ms docstring per #749Dana Powers2016-07-081-3/+3
* Merge pull request #752 from dpkp/compacted_offsetsDana Powers2016-07-082-2/+18
|\
| * Use explicit subscription state flag to handle seek() during message iterationcompacted_offsetsDana Powers2016-07-082-1/+17
| * Fix consumer iteration on compacted topicsDana Powers2016-07-081-1/+1
|/
* Add ssl_password to default_config dicts. Send ssl_password when loading cert...Ashley McKemie2016-07-083-1/+5
* Push out one more patch for 1.2.3 release1.2.3Dana Powers2016-07-052-0/+2
* Avoid AttributeErrors in _unregister_cleanup (#747)Dana Powers2016-07-051-1/+1
* Patch Release 1.2.3Dana Powers2016-07-023-1/+21
* Randomize order of topics/partitions processed by fetcher to improve balance ...Dana Powers2016-06-291-0/+4
* allow client.check_version timeout to be set in Producer and Consumer constru...eastlondoner2016-06-293-2/+11
* Wakeup socket optimizations (#740)Dana Powers2016-06-262-2/+7
* assert will be disabled by "python -O" (#736)tyronecai2016-06-231-4/+4
* Bump version for developmentDana Powers2016-06-211-1/+1
* Patch Release 1.2.21.2.2Dana Powers2016-06-213-1/+29
* Clarify timeout unit (#734)ms7s2016-06-211-1/+8
* Avoid busy poll during metadata refresh failure with retry_backoff_ms (#733)Dana Powers2016-06-203-32/+147
* check_version should scan nodes until version found or timeout (#731)Dana Powers2016-06-192-17/+46
* Update KafkaClient.least_loaded_node (#730)Dana Powers2016-06-181-23/+17
* Use weakref when registering a producer.close atexit to fix normal gc (#728)Dana Powers2016-06-183-3/+61
* Close selector when closing the client connection to fix fd leak. (#729)Michael Smith2016-06-171-0/+1
* tweak spelling mistake (#719)steve89182016-06-171-1/+1
* Rearrange connection tests to separate legacy KafkaConnectionDana Powers2016-06-043-78/+74
* Bump version for developmentDana Powers2016-06-011-1/+1
* Patch Release 1.2.11.2.1Dana Powers2016-06-013-1/+21
* Fix regression in MessageSet decoding wrt PartialMessages (#716)Dana Powers2016-06-012-4/+107
* Catch response decode errors and log details (#715)Dana Powers2016-06-011-1/+14
* Fix Legacy support url (#712)Jonas Gröger2016-06-011-1/+1
* Update docs/index.rst re 0.10 broker supportDana Powers2016-05-241-4/+4
* Bump version for developmentDana Powers2016-05-241-1/+1
* Release 1.2.01.2.0Dana Powers2016-05-241-1/+1
* Update changelog for 1.2.0 releaseDana Powers2016-05-242-1/+72
* Update README re 0.10 brokersDana Powers2016-05-241-5/+5
* Update compatibility for 0.10 kafka releaseDana Powers2016-05-244-6/+6
* Add kafka 0.10.0.0 to test listDana Powers2016-05-242-1/+2
* Disabling travis deploys -- relying on manual uploads for nowDana Powers2016-05-241-10/+0
* KAFKA-3388: Fix expiration of batches sitting in the accumulator (#699)Dana Powers2016-05-221-7/+39
* KAFKA-3197: when max.in.flight.request.per.connection = 1, attempt to guarant...Dana Powers2016-05-223-11/+33
* Dont use soon-to-be-reserved keyword await as function name (FutureProduceRes...Dana Powers2016-05-222-3/+3
* Fix socket leaks in KafkaClient (#696)Dana Powers2016-05-222-13/+16