Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |||||
| * | Add private methods to manage internal _msg_iter | Dana Powers | 2014-12-15 | 1 | -10/+20 | |
| | | ||||||
| * | Reorder methods, add docstrings to public methds, section comments for ↵ | Dana Powers | 2014-12-15 | 1 | -207/+255 | |
| | | | | | | | | private methods | |||||
| * | Use 4-space indents | Dana Powers | 2014-12-15 | 1 | -518/+517 | |
| | | ||||||
| * | Add a few basic KafkaConsumer tests | Dana Powers | 2014-12-15 | 2 | -13/+83 | |
| | | ||||||
| * | Add docstring to get_partition_offsets; use request_time_ms and ↵ | Dana Powers | 2014-12-15 | 1 | -7/+25 | |
| | | | | | | | | max_num_offsets var names | |||||
| * | Add docstring to configure() | Dana Powers | 2014-12-15 | 1 | -0/+21 | |
| | | ||||||
| * | raise KafkaConfigurationError in commit() if there is no configured ↵ | Dana Powers | 2014-12-15 | 1 | -1/+8 | |
| | | | | | | | | 'group_id'; add docstring | |||||
| * | _should_auto_commit is private | Dana Powers | 2014-12-15 | 1 | -2/+2 | |
| | | ||||||
| * | Support setting offsets in set_topic_partitions(); reorganize offsets ↵ | Dana Powers | 2014-12-15 | 1 | -127/+151 | |
| | | | | | | | | initialization | |||||
| * | _client is private var | Dana Powers | 2014-12-15 | 1 | -7/+11 | |
| | | ||||||
| * | Move kafka._msg_iter initialization from __init__() to next() | Dana Powers | 2014-12-15 | 1 | -6/+7 | |
| | |