summaryrefslogtreecommitdiff
path: root/kafka/producer
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #467 from bschopman/masterDana Powers2015-12-021-1/+4
|\
| * Prevents crashing communication thread of async producerBalthasar Schopman2015-10-221-1/+4
* | Merge pull request #454 from trbs/gzip_compressionlevelDana Powers2015-12-021-4/+8
|\ \
| * | allow to specify compression level for codecs which support thistrbs2015-09-121-4/+8
| |/
* | Merge pull request #435 from docker-hub/fix-producer-cleanup-logicDana Powers2015-12-021-1/+1
|\ \
| * | Fixing https://github.com/mumrah/kafka-python/issues/434toli2015-07-241-1/+1
| |/
* | Merge pull request #409 from scrapinghub/feature-allow-null-payloadDana Powers2015-12-021-3/+9
|\ \ | |/ |/|
| * Exclude (null,null) pair for producerViktor Shlapakov2015-06-171-3/+9
| * Allow null payload for deletion featureViktor Shlapakov2015-06-161-1/+1
* | Log response error type in async producerDana Powers2015-06-101-2/+3
|/
* Add send/receive debug logging to async producerDana Powers2015-06-091-8/+11
* Support sync_fail_on_error kwarg in ProducerDana Powers2015-06-091-2/+12
* Use a list, not request_tries.keys(), to track requests / responses in async ...Dana Powers2015-06-091-2/+4
* Add a few extra docstring comments about thread-safe clients/connectionsDana Powers2015-06-081-0/+2
* Dont maintain all producer args / kwargs in subclass __init__ and docstrings ...Dana Powers2015-06-082-91/+24
* Merge pull request #379 from dpkp/deprecate_keyed_producer_sendDana Powers2015-06-081-5/+6
|\
| * Deprecate KeyedProducer.send in favor of send_messages -- keep interface cons...Dana Powers2015-05-171-5/+6
* | Add async_stop_timeout parameter to tune how long to let the producerDana Powers2015-06-061-3/+26
* | Dont stop async producer until all pending messages have been processedDana Powers2015-06-061-1/+1
* | Update Producer class docstringDana Powers2015-06-061-4/+25
* | Deprecate async producer batch_send kwarg -- use 'async' insteadDana Powers2015-06-063-26/+44
* | Log retries and failed messages in async producer (configurable as full messa...Dana Powers2015-06-061-12/+24
* | PR 331 fixup: do not attempt to get new messages if there are pending retriesDana Powers2015-06-061-4/+9
* | PR 331 fixup: Rename reqs dict to request_triesDana Powers2015-06-061-9/+13
* | PR 331 fixup: Dont need try/except when calling send_produce_requests with fa...Dana Powers2015-06-061-15/+16
* | PR 331 fixup: log warnings on async producer backoff and metadata refreshDana Powers2015-06-061-1/+2
* | PR 331 fixup: Support unlimited retries with async_retry_limit=NoneDana Powers2015-06-061-6/+8
* | PR 331 fixup: fix _handle_error closureDana Powers2015-06-061-16/+17
* | PR 331 fixup: Fix kafka.common imports from kafka.producer.base (one import b...Dana Powers2015-06-061-3/+2
* | Use separate module loggers instead of a single 'kafka' loggerDana Powers2015-06-063-3/+3
* | Fix import error in kafka/producer/base.pyDana Powers2015-06-061-1/+1
* | Check response.error for async producerViktor Shlapakov2015-06-031-19/+24
* | Async producer: py2.6 backward compatibility fixViktor Shlapakov2015-06-031-2/+2
* | Improve async producer code: logic and style fixesViktor Shlapakov2015-06-033-32/+49
* | Change backoff message log levelViktor Shlapakov2015-06-031-1/+1
* | Fix async producer queue put argumentsViktor Shlapakov2015-06-031-2/+4
* | Fix names for async retries opts, add timeout for putViktor Shlapakov2015-06-033-18/+32
* | Simplification of retry logicViktor Shlapakov2015-06-031-30/+28
* | Fix small issues with names/testsViktor Shlapakov2015-06-031-9/+7
* | async queue: refactored code; add one more testEduard Iskandarov2015-06-031-2/+7
* | add producer send batch queue overfilled testИскандаров Эдуард2015-06-031-1/+7
* | Disable retry on timeouts by default (old behaviour)Viktor Shlapakov2015-06-031-1/+1
* | Clean and simplify retry logicViktor Shlapakov2015-06-031-60/+32
* | Arg fixes for base/keyed producersViktor Shlapakov2015-06-032-4/+2
* | Improved retry logicViktor Shlapakov2015-06-033-31/+70
* | Fixed tests and other issues after rebaseViktor Shlapakov2015-06-031-1/+1
* | Returned default behaviour with no retriesViktor Shlapakov2015-06-031-1/+1
* | Fix: check failed reqs to retry only for positive limitViktor Shlapakov2015-06-031-3/+3
* | Fixed compatible issues with testsViktor Shlapakov2015-06-031-3/+5
* | Producer _send_upstream fixes, added tests for retriesViktor Shlapakov2015-06-031-6/+20