Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix import error in kafka/producer/base.py | Dana Powers | 2015-06-06 | 1 | -1/+1 | |
| | ||||||
* | Check response.error for async producer | Viktor Shlapakov | 2015-06-03 | 1 | -19/+24 | |
| | ||||||
* | Async producer: py2.6 backward compatibility fix | Viktor Shlapakov | 2015-06-03 | 1 | -2/+2 | |
| | ||||||
* | Improve async producer code: logic and style fixes | Viktor Shlapakov | 2015-06-03 | 1 | -24/+33 | |
| | | | | | | | | | | - send_producer_request with fail_on_error=False to retry failed reqs only - using an internal dict with with namedtuple keys for retry counters - refresh metadata on refresh_error irrespective to retries options - removed infinite retries (retry_options.limit=None) as an over-feature - separate producer init args for retries options (limit,backoff,on_timeouts) - AsyncProducerQueueFull returns a list of failed messages - producer tests improved thanks to @rogaha and @toli | |||||
* | Change backoff message log level | Viktor Shlapakov | 2015-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fix async producer queue put arguments | Viktor Shlapakov | 2015-06-03 | 1 | -2/+4 | |
| | ||||||
* | Fix names for async retries opts, add timeout for put | Viktor Shlapakov | 2015-06-03 | 1 | -12/+16 | |
| | ||||||
* | Simplification of retry logic | Viktor Shlapakov | 2015-06-03 | 1 | -30/+28 | |
| | ||||||
* | Fix small issues with names/tests | Viktor Shlapakov | 2015-06-03 | 1 | -9/+7 | |
| | ||||||
* | async queue: refactored code; add one more test | Eduard Iskandarov | 2015-06-03 | 1 | -2/+7 | |
| | ||||||
* | add producer send batch queue overfilled test | Искандаров Эдуард | 2015-06-03 | 1 | -1/+7 | |
| | ||||||
* | Disable retry on timeouts by default (old behaviour) | Viktor Shlapakov | 2015-06-03 | 1 | -1/+1 | |
| | ||||||
* | Clean and simplify retry logic | Viktor Shlapakov | 2015-06-03 | 1 | -60/+32 | |
| | ||||||
* | Arg fixes for base/keyed producers | Viktor Shlapakov | 2015-06-03 | 1 | -2/+1 | |
| | ||||||
* | Improved retry logic | Viktor Shlapakov | 2015-06-03 | 1 | -21/+65 | |
| | ||||||
* | Fixed tests and other issues after rebase | Viktor Shlapakov | 2015-06-03 | 1 | -1/+1 | |
| | ||||||
* | Returned default behaviour with no retries | Viktor Shlapakov | 2015-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fix: check failed reqs to retry only for positive limit | Viktor Shlapakov | 2015-06-03 | 1 | -3/+3 | |
| | ||||||
* | Fixed compatible issues with tests | Viktor Shlapakov | 2015-06-03 | 1 | -3/+5 | |
| | ||||||
* | Producer _send_upstream fixes, added tests for retries | Viktor Shlapakov | 2015-06-03 | 1 | -6/+20 | |
| | ||||||
* | Fixed base producer imports | Viktor Shlapakov | 2015-06-03 | 1 | -1/+2 | |
| | ||||||
* | Retries for async batching | Viktor Shlapakov | 2015-06-03 | 1 | -7/+24 | |
| | ||||||
* | Merge pull request #360 from dpkp/atexit_cleanup | Dana Powers | 2015-04-04 | 1 | -1/+26 | |
|\ | | | | | Register atexit handlers for consumer and producer thread/multiprocess cleanup | |||||
| * | Register atexit handlers for consumer and producer thread/multiprocess ↵ | Dana Powers | 2015-03-31 | 1 | -1/+26 | |
| | | | | | | | | cleanup (not __del__) | |||||
* | | Make external API consistently support python3 strings for topic. | Space | 2015-04-03 | 1 | -0/+6 | |
|/ | ||||||
* | Merge pull request #329 from vshlapakov/feature-batch-msg-keys | Dana Powers | 2015-03-29 | 1 | -2/+2 | |
|\ | | | | | Correct message keys for async batching mode | |||||
| * | Correct message keys for async batching mode | Viktor Shlapakov | 2015-02-25 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'vshlapakov-feature-async-threading' | Dana Powers | 2015-03-08 | 1 | -26/+26 | |
|\ \ | | | | | | | | | | | | | | | | | | | PR 330: Threading for async batching Conflicts: kafka/producer/base.py | |||||
| * | | Async producer stop() fix | Viktor Shlapakov | 2015-02-26 | 1 | -2/+2 | |
| | | | ||||||
| * | | Using threading.Event to stop async producer thread | Viktor Shlapakov | 2015-02-26 | 1 | -5/+10 | |
| | | | ||||||
| * | | Returned original tests, rm dirty flag, name fixes | Viktor Shlapakov | 2015-02-25 | 1 | -24/+17 | |
| | | | ||||||
| * | | Trying to use threading for async batching | Viktor Shlapakov | 2015-02-25 | 1 | -3/+5 | |
| |/ | ||||||
* | | Stopping daemonized threads when references to these threads are lost | Christophe-Marie Duquesne | 2015-03-02 | 1 | -0/+6 | |
|/ | ||||||
* | Add Sphinx API docs | Will Daly | 2015-01-15 | 1 | -10/+10 | |
| | ||||||
* | Added raise of TypeError for non bytes key | Lou Marvin Caraig | 2014-11-26 | 1 | -1/+6 | |
| | ||||||
* | Key is passed when creating messages for both async=False and async=True | Lou Marvin Caraig | 2014-11-26 | 1 | -5/+6 | |
| | ||||||
* | Added private method _send_messages that can accept kwargs | Lou Marvin Caraig | 2014-11-26 | 1 | -0/+2 | |
| | ||||||
* | Separate consumers/producers/partitioners | Dana Powers | 2014-09-10 | 1 | -0/+206 | |