Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trying to get ReadTheDocs workingqueue-fixup | David Arthur | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Bump VERSION for development of next release | Dana Powers | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Update LICENSEv0.9.3 | David Arthur | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Bump VERSION | Dana Powers | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #310 from dpkp/kafka_python_0_9_3 | Dana Powers | 2015-02-03 | 4 | -12/+43 |
|\ | | | | | kafka-python 0.9.3 | ||||
| * | Update README and CHANGES for 0.9.3 release | Dana Powers | 2015-02-03 | 2 | -7/+31 |
| | | |||||
| * | Add 0.8.2.0 to integration tests (and use recommended scala 2.10 by default) | Dana Powers | 2015-02-03 | 2 | -5/+12 |
|/ | |||||
* | Merge pull request #307 from sontek/enable_coveralls | Dana Powers | 2015-02-03 | 1 | -1/+4 |
|\ | | | | | This enables coveralls with travis | ||||
| * | This enables coveralls with travis | John Anderson | 2015-01-24 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #312 from dpkp/reentrant_timer_py26 | Dana Powers | 2015-02-03 | 1 | -1/+5 |
|\ \ | | | | | | | Fix python2.6 threading.Event bug in ReentrantTimer | ||||
| * | | Fix python2.6 threading.Event bug in ReentrantTimer | Dana Powers | 2015-02-03 | 1 | -1/+5 |
|/ / | |||||
* | | Merge pull request #306 from sontek/catch_topic_not_bytes | Mark Roberts | 2015-02-02 | 2 | -1/+22 |
|\ \ | | | | | | | Alert if the topic is not sent as bytes | ||||
| * | | Just encode to bytes if it isn't bytes. | John Anderson | 2015-01-24 | 2 | -8/+14 |
| | | | |||||
| * | | Alert if the topic is not sent as bytes | John Anderson | 2015-01-23 | 2 | -0/+15 |
| |/ | |||||
* | | Merge pull request #309 from zhaopengzp/master | Mark Roberts | 2015-02-02 | 1 | -0/+1 |
|\ \ | |/ |/| | fix circle reference | ||||
| * | fix circle reference | zhaopengzp | 2015-02-02 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #282 from wedaly/sphinx-api-docs | Dana Powers | 2015-01-23 | 25 | -542/+1436 |
|\ | | | | | Add Sphinx API docs | ||||
| * | Add Sphinx API docs | Will Daly | 2015-01-15 | 25 | -542/+1436 |
| | | |||||
* | | Merge pull request #295 from dpkp/kafka_0_8_2 | Mark Roberts | 2015-01-15 | 7 | -7/+175 |
|\ \ | | | | | | | Kafka 0.8.2.0 updates | ||||
| * | | Catch ReplicaNotAvailableError in MetadataResponse -- per kafka-devs, this ↵ | Dana Powers | 2015-01-14 | 1 | -1/+6 |
| | | | | | | | | | | | | error can and should be ignored | ||||
| * | | Move 0.8.2-beta resources to 0.8.2.0 | Dana Powers | 2015-01-14 | 3 | -0/+0 |
| | | | |||||
| * | | Add 0.8.2.0 to some kafka_version tests | Dana Powers | 2015-01-14 | 2 | -3/+3 |
| | | | |||||
| * | | Change ZookeeperFixture wait_for regex to support newer zk version used with ↵ | Dana Powers | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | 0.8.2.0 | ||||
| * | | Fix KafkaFixture child stdout / stderr capture | Dana Powers | 2015-01-14 | 1 | -2/+2 |
| | | | |||||
| * | | Just copied over the 0.8.1.1 conf files | Dana Powers | 2015-01-14 | 3 | -0/+163 |
|/ / | |||||
* | | Merge pull request #289 from alexcb/broker-error-class-refactoring | Dana Powers | 2015-01-12 | 2 | -27/+14 |
|\ \ | | | | | | | Use reflection to avoid multiple errno definitions | ||||
| * | | Use reflection to avoid multiple errno definitions | Alex Couture-Beil | 2015-01-10 | 2 | -27/+14 |
| | | | |||||
* | | | Merge pull request #286 from Dinoshauer/expose-KafkaConsumer-in-all | Dana Powers | 2015-01-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | KafkaConsumer should be in __all__. | ||||
| * | | | KafkaConsumer should be in __all__. | Kasper Jacobsen | 2015-01-09 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #288 from alexcb/master | Dana Powers | 2015-01-12 | 2 | -16/+22 |
|\ \ \ | |/ / |/| | | Randomize start by default for SimpleProducer | ||||
| * | | Updated unittests to explicitly set random_start value | Alex Couture-Beil | 2015-01-09 | 1 | -15/+21 |
| | | | |||||
| * | | Randomize start by default for SimpleProducer | Alex Couture-Beil | 2015-01-09 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | random_start=False is dangerous. Any client that initializes a SimpleProducer and performs only a single publish batch will always go to partition 0. A common use-case for this is command line utilities, or web-servers which are unable to cache the SimpleProducer instance between calls. | ||||
* | | Merge pull request #281 from meandthewallaby/compressed-key | Mark Roberts | 2015-01-02 | 1 | -2/+2 |
|\ \ | |/ | | | Added keys to compressed messages (both gzip and snappy). | ||||
| * | Added keys to compressed messages (both gzip and snappy). | Eric Hewitt | 2015-01-02 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #234 from dpkp/high_level_consumer | Mark Roberts | 2014-12-16 | 14 | -68/+941 |
|\ | | | | | A simpler kafka consumer | ||||
| * | Add some jitter to refresh_leader_backoff_ms, per wizzat review | Dana Powers | 2014-12-15 | 1 | -1/+7 |
| | | |||||
| * | Simplify BYTES_CONFIGURATION_KEYS logic, per wizzat review | Dana Powers | 2014-12-15 | 1 | -2/+1 |
| | | |||||
| * | Fixup call to self._client.get_partition_ids_for_topic -- use encoded topic ↵ | Dana Powers | 2014-12-15 | 1 | -1/+1 |
| | | | | | | | | bytes | ||||
| * | Use kafka.util.kafka_bytestring to encode utf-8 when necessary | Dana Powers | 2014-12-15 | 2 | -15/+18 |
| | | |||||
| * | OffsetCommit metadata must be bytes | Dana Powers | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | Add private methods _does_auto_commit_ms and _does_auto_commit_messages | Dana Powers | 2014-12-15 | 1 | -7/+22 |
| | | |||||
| * | Make TIMEOUT_MS configurable in test_kafka_consumer__blocking | Dana Powers | 2014-12-15 | 1 | -4/+5 |
| | | |||||
| * | Merge conflict w/ assertEqual (assertEquals deprecated) | Dana Powers | 2014-12-15 | 7 | -50/+52 |
| | | |||||
| * | Fix task_done checks when no previous commit exists; add test | Dana Powers | 2014-12-15 | 2 | -6/+48 |
| | | |||||
| * | Force absolue_imports in kafka/consumer/kafka.py | Dana Powers | 2014-12-15 | 1 | -0/+2 |
| | | |||||
| * | Move KafkaConsumer to kafka.consumer.kafka module; make available for import ↵ | Dana Powers | 2014-12-15 | 5 | -8/+7 |
| | | | | | | | | from kafka at top-level | ||||
| * | Use six for py3 support in KafkaConsumer | Dana Powers | 2014-12-15 | 2 | -16/+42 |
| | | | | | | | | Log connection failures w/ traceback in kafka/client.py | ||||
| * | Update docstrings w/ current interface / config defaults | Dana Powers | 2014-12-15 | 1 | -16/+21 |
| | | |||||
| * | Raise KafkaConfigurationError during fetch_messages if not topics/partitions ↵ | Dana Powers | 2014-12-15 | 1 | -1/+7 |
| | | | | | | | | configured | ||||
| * | Move auto-commit checks to task_done; add support for ↵ | Dana Powers | 2014-12-15 | 1 | -11/+27 |
| | | | | | | | | auto_commit_interval_messages |