Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Switch crc32 back to signed integer -- this is consistent with protocol ↵ | Dana Powers | 2015-12-04 | 2 | -3/+9 | |
| | | | | | | | | | | | | encoding spec | |||||
| * | | Fix tests broken by legacy module move | Dana Powers | 2015-12-04 | 2 | -3/+5 | |
| | | | ||||||
| * | | Move ProduceRequest to kafka.protocol.produce | Dana Powers | 2015-12-04 | 2 | -54/+59 | |
| | | | ||||||
| * | | Basic 0.8 Request protocol classes, with encoding only | Dana Powers | 2015-12-04 | 1 | -0/+355 | |
| | | | ||||||
| * | | Add base api type classes w/ encoders in kafka.protocol.types | Dana Powers | 2015-12-04 | 1 | -0/+55 | |
| | | | ||||||
| * | | Rename kafka.protocol -> kafka.protocol.legacy | Dana Powers | 2015-12-04 | 2 | -0/+6 | |
| | | | ||||||
* | | | Start test fixtures in new session to avoid propagating signals (i.e., Ctrl-C)simple | Dana Powers | 2015-12-30 | 1 | -0/+2 | |
| | | | ||||||
* | | | Remove old kafka-bin directory and verify kafka-run-class.sh exists when ↵ | Dana Powers | 2015-12-18 | 1 | -0/+6 | |
| | | | | | | | | | | | | installing server artifacts | |||||
* | | | Only download/install server artifacts if bin/kafka-run-class.sh not found | Dana Powers | 2015-12-18 | 1 | -5/+6 | |
| | | | ||||||
* | | | Retry on FailedPayloadsError from consumer.pending() in failover tests | Dana Powers | 2015-12-18 | 1 | -4/+5 | |
| | | | ||||||
* | | | Merge pull request #490 from mre/patch-1 | Dana Powers | 2015-12-18 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix typo in docblock | |||||
| * | | | Fix typo in docblock | Matthias Endler | 2015-12-18 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #489 from dpkp/producer_new_topic | Dana Powers | 2015-12-17 | 3 | -20/+18 | |
|\ \ \ | | | | | | | | | Handle new topic auto-creation in SimpleProducer.send_messages | |||||
| * | | | Mock client.ensure_topic_exists in test_producer_sync_fail_on_errorproducer_new_topic | Dana Powers | 2015-12-17 | 1 | -10/+11 | |
| | | | | ||||||
| * | | | Handle new topic creation / LeaderNotAvailableError in initial ↵ | Dana Powers | 2015-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | SimpleProducer.send_messages call | |||||
| * | | | Add producer integration test for SimpleProducer handling new topic creation | Dana Powers | 2015-12-16 | 1 | -9/+6 | |
|/ / / | ||||||
* | | | Merge pull request #487 from dpkp/kafka_version_tests | Dana Powers | 2015-12-10 | 5 | -56/+47 | |
|\ \ \ | | | | | | | | | Refactor kafka_versions to support arbitrary operators (> >= < <= ! =) | |||||
| * | | | Refactor kafka_versions to support arbitrary operators (> >= < <= ! =)kafka_version_tests | Dana Powers | 2015-12-10 | 5 | -56/+47 | |
|/ / / | ||||||
* | | | Fix _mp_consume queue variable name conflict | Dana Powers | 2015-12-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | Bump version for development of next release | Dana Powers | 2015-12-09 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | spelling fix in CHANGES.md and format fix in README.rst | Zack Dever | 2015-12-07 | 2 | -2/+2 | |
| | | ||||||
* | | Remove inadvertent markdown in CHANGES.md | Dana Powers | 2015-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | Release 0.9.5v0.9.5 | Dana Powers | 2015-12-07 | 2 | -2/+2 | |
| | | ||||||
* | | Update README links (restructured not markdown) | Dana Powers | 2015-12-07 | 1 | -6/+5 | |
| | | ||||||
* | | Update docs for new release | Dana Powers | 2015-12-06 | 2 | -12/+20 | |
| | | ||||||
* | | Include README.rst, CHANGES.md, and AUTHORS.md in manifest | Dana Powers | 2015-12-06 | 1 | -0/+3 | |
| | | ||||||
* | | Update README links | Dana Powers | 2015-12-06 | 1 | -7/+8 | |
| | | ||||||
* | | Update README for new release | Dana Powers | 2015-12-06 | 1 | -8/+14 | |
| | | ||||||
* | | Add KafkaConsumer.close() PR to CHANGES | Dana Powers | 2015-12-06 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #426 from ucarion/ucarion-kafkaconsumer-close | Dana Powers | 2015-12-06 | 1 | -0/+4 | |
|\ \ | | | | | | | Add KafkaConsumer#close | |||||
| * | | Add KafkaConsumer#close | Ulysse Carion | 2015-07-07 | 1 | -0/+4 | |
| | | | ||||||
* | | | Update Changelog in preparation for 0.9.5 release | Dana Powers | 2015-12-06 | 1 | -0/+37 | |
| | | | ||||||
* | | | Log deprecation warning for timeout argument in Producer.stop() | Dana Powers | 2015-12-06 | 1 | -3/+7 | |
| | | | ||||||
* | | | Merge pull request #485 from dpkp/async_producer_stop | Dana Powers | 2015-12-05 | 3 | -16/+15 | |
|\ \ \ | | | | | | | | | Producer.stop() should block until async thread completes | |||||
| * | | | Producer.stop() now blocks until async thread completes (drop confusing ↵async_producer_stop | Dana Powers | 2015-12-05 | 1 | -7/+12 | |
| | | | | | | | | | | | | | | | | timeout arg) | |||||
| * | | | Revert broken send_produce_request try/except from PR 467 (resps=None) | Dana Powers | 2015-12-05 | 1 | -5/+1 | |
| | | | | ||||||
| * | | | Use producer.stop() to flush messages in async producer test | Dana Powers | 2015-12-05 | 1 | -4/+2 | |
|/ / / | ||||||
* | | | Fix requestId handling in send_broker_aware_request | Dana Powers | 2015-12-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | Cleanup new producer tests...async_producer_connect_errors | Dana Powers | 2015-12-04 | 1 | -6/+6 | |
| | | | ||||||
* | | | client.reinit() can raise an exception; catch in async producer | Dana Powers | 2015-12-04 | 1 | -2/+10 | |
| | | | ||||||
* | | | Update kafka broker list for travis testing (add 0.9.0.0, bump 0.8.2.2) | Dana Powers | 2015-12-04 | 1 | -1/+2 | |
| | | | ||||||
* | | | Update setup.py to show python 3.5 compatibility explicitly | Dana Powers | 2015-12-04 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add py35 to tox testing | Dana Powers | 2015-12-04 | 2 | -5/+9 | |
| | | | | | | | | | | | | | | | move python3 configs to default and special case py26/py27 add py35 to travis_selector.sh | |||||
* | | | Cache pip and servers/ for travis builds | Dana Powers | 2015-12-04 | 1 | -0/+5 | |
| | | | ||||||
* | | | Update travis config to use container infrastructure | Dana Powers | 2015-12-04 | 1 | -4/+8 | |
| | | | ||||||
* | | | Add 0.8.2.2 and 0.9.0.0 resources for integration tests; update default ↵ | Dana Powers | 2015-12-04 | 7 | -1/+339 | |
| |/ |/| | | | | | official releases | |||||
* | | Update docs and links wrt maintainer change (mumrah -> dpkp) | Dana Powers | 2015-12-03 | 5 | -25/+55 | |
| | | ||||||
* | | Merge pull request #481 from zackdever/pylint-1.5-changes | Dana Powers | 2015-12-03 | 3 | -3/+3 | |
|\ \ | | | | | | | new pylint disables for pylint 1.5.1 | |||||
| * | | new pylint disables for pylint 1.5.1 | Zack Dever | 2015-12-02 | 3 | -3/+3 | |
|/ / | | | | | | | | | tested locally with `pylint --rcfile=pylint.rc -E kafka test`. should pass travis builds. | |||||
* | | Merge pull request #420 from toddpalino/master | Dana Powers | 2015-12-02 | 4 | -7/+226 | |
|\ \ | | | | | | | Initial support for consumer coordinator |