Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #129 from wizzat/kafka-0.8.0-releasekafka-0.8.0-release | Dana Powers | 2014-03-21 | 4 | -1/+18 |
|\ | | | | | Kafka 0.8.0 release version fixups | ||||
| * | Add more repr | Mark Roberts | 2014-02-24 | 1 | -1/+4 |
| | | |||||
| * | Add SimpleProducer repr | Mark Roberts | 2014-02-24 | 1 | -0/+3 |
| | | |||||
| * | Add consumer repr | Mark Roberts | 2014-02-24 | 1 | -0/+8 |
| | | |||||
| * | Add repr to client | Mark Roberts | 2014-02-24 | 1 | -0/+3 |
| | | |||||
| * | Correct __version__ in init | Mark Roberts | 2014-02-24 | 1 | -1/+1 |
|/ | |||||
* | Update kafka-src to 0.8.0 tag | David Arthur | 2013-12-06 | 1 | -0/+0 |
| | |||||
* | Set host and port in ExternalService test fixture | David Arthur | 2013-11-11 | 1 | -0/+2 |
| | | | | | So we can run tests against an already running Kafka instance KAFKA_URI=tcp://localhost:9092 python -m test.test_integration | ||||
* | Merge pull request #62 from mahendra/cons-windows | Mahendra M | 2013-10-09 | 1 | -53/+63 |
|\ | | | | | Ensure that multiprocess consumer works in windows | ||||
| * | Ensure that multiprocess consumer works in windows | Mahendra M | 2013-10-08 | 1 | -53/+63 |
|/ | |||||
* | Merge pull request #61 from mahendra/prod-windows | Mahendra M | 2013-10-07 | 3 | -51/+87 |
|\ | | | | | Ensure that async producer works in windows. Fixes #46 | ||||
| * | Merge branch 'master' into prod-windows | Mahendra M | 2013-10-08 | 7 | -30/+173 |
| |\ | |/ |/| | | | | | Conflicts: kafka/producer.py | ||||
* | | Merge pull request #55 from quixey/fault-tolerance | David Arthur | 2013-10-07 | 7 | -30/+173 |
|\ \ | | | | | | | | | | | | | Improve fault tolerance by handling leadership election and other metadata changes Thanks, @jimjh! | ||||
| * | | make changes to be more fault tolerant: clean up connections, brokers, ↵ | Jim Lim | 2013-10-04 | 7 | -30/+173 |
|/ / | | | | | | | | | | | | | | | failed_messages - add integration tests for sync producer - add integration tests for async producer w. leadership election - use log.exception | ||||
| * | Ensure that async producer works in windows. Fixes #46 | Mahendra M | 2013-10-07 | 3 | -51/+87 |
|/ | | | | | | | | | | | | | | | As per the multiprocessing module's documentation, the objects passed to the Process() class must be pickle-able in Windows. So, the Async producer did not work in windows. To fix this we have to ensure that code which uses multiprocessing has to follow certain rules * The target=func should not be a member function * We cannot pass objects like socket() to multiprocessing This ticket fixes these issues. For KafkaClient and KafkaConnection objects, we make copies of the object and reinit() them inside the child processes. | ||||
* | Merge pull request #59 from mrtheb/master | David Arthur | 2013-10-04 | 7 | -82/+100 |
|\ | | | | | flake8 (pep8 and pyflakes) clean-up | ||||
| * | Test fixes after flake8 run | mrtheb | 2013-10-03 | 2 | -3/+4 |
| | | |||||
| * | flake8 pass (pep8 and pyflakes) | mrtheb | 2013-10-03 | 6 | -80/+97 |
|/ | |||||
* | Update kafka-src to 0.8.0 RC1 | David Arthur | 2013-10-03 | 1 | -0/+0 |
| | | | | resolves #58 | ||||
* | remove unused exception instance variables | Vetoshkin Nikita | 2013-10-03 | 2 | -2/+2 |
| | |||||
* | use NotImplementedError instead of NotImplementedError | Vetoshkin Nikita | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | don't forget to call superclass __init__ | Vetoshkin Nikita | 2013-10-03 | 2 | -1/+3 |
| | |||||
* | style: fix camelCase variable names again | Vetoshkin Nikita | 2013-10-03 | 1 | -2/+2 |
| | |||||
* | style: remove extra brackets one more time | Vetoshkin Nikita | 2013-10-03 | 1 | -5/+5 |
| | |||||
* | style: remove extra brackets | Vetoshkin Nikita | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | style: fix camelCase variable names once more | Vetoshkin Nikita | 2013-10-03 | 1 | -3/+3 |
| | |||||
* | style: fix camelCase variable names | Vetoshkin Nikita | 2013-10-03 | 4 | -30/+29 |
| | | | | | | Conflicts: kafka/util.py | ||||
* | style: use triple quotes for docstrings | Vetoshkin Nikita | 2013-10-03 | 2 | -4/+12 |
| | |||||
* | style: fix whitespaces | Vetoshkin Nikita | 2013-10-03 | 3 | -1/+7 |
| | |||||
* | Updating year in LICENSE | David Arthur | 2013-10-03 | 1 | -1/+1 |
| | | | [skip ci] | ||||
* | Remove Python 2.6 from CI builds, ref #57 | David Arthur | 2013-10-03 | 1 | -1/+0 |
| | |||||
* | Revert "Disable unit tests for 2.6, close #57" | David Arthur | 2013-10-03 | 2 | -6/+1 |
| | | | | This reverts commit e39e05f8a50b7528a22fed99dc67d561cbd79c41. | ||||
* | Disable unit tests for 2.6, close #57 | David Arthur | 2013-10-03 | 2 | -1/+6 |
| | |||||
* | Travis-CI workaround for multiprocessing.Queue OSError | David Arthur | 2013-10-03 | 1 | -1/+4 |
| | | | See https://github.com/travis-ci/travis-cookbooks/issues/155 for background | ||||
* | Add assembly-package-dependency to Travis config | David Arthur | 2013-10-03 | 1 | -2/+1 |
| | |||||
* | Cherry-pick mrtheb/kafka-python 2b016b69 | mrtheb | 2013-10-03 | 2 | -4/+8 |
| | | | | Set FetchRequest MaxBytes value to bufsize instead of fetchsize (=MinBytes) | ||||
* | Cherry-pick mrtheb/kafka-python 8b9c7e51 | mrtheb | 2013-10-03 | 5 | -28/+32 |
| | | | | | | | | | Sync tests and fixtures with kafka 0.8.0-beta1 tag Conflicts: README.md kafka-src | ||||
* | Updating authors, thanks to all the contributors! | David Arthur | 2013-10-02 | 1 | -0/+2 |
| | | | Also testing out this -> [skip ci] | ||||
* | Update POWERED-BY.md | David Arthur | 2013-10-02 | 1 | -1/+1 |
| | | | Apparently GitHub flavored markdown doesn't fully work in md files? (@mumrah didn't auto-link) | ||||
* | Adding a POWERED-BY.md file to people to give us props | David Arthur | 2013-10-02 | 1 | -0/+6 |
| | |||||
* | Merge pull request #54 from jimjh/patch-1 | David Arthur | 2013-10-02 | 1 | -1/+1 |
|\ | | | | | update README.md to link to travis-ci's build page | ||||
| * | update README.md to link to travis-ci's build page | Jim Lim | 2013-10-02 | 1 | -1/+1 |
|/ | |||||
* | Adding git-submodule update to Travis YML file | David Arthur | 2013-10-02 | 1 | -0/+1 |
| | | | Hopefully this commit will trigger a build on TravisCI | ||||
* | Merge pull request #53 from jimjh/testing | David Arthur | 2013-10-02 | 2 | -1/+21 |
|\ | | | | | Enable continuous integration with travis-ci. | ||||
| * | add .travis.yml | Jim Lim | 2013-10-01 | 2 | -1/+21 |
|/ | |||||
* | Merge pull request #49 from jimjh/import-buffer-underflow-error | David Arthur | 2013-09-27 | 1 | -0/+2 |
|\ | | | | | import bufferunderflow error | ||||
| * | import bufferunderflow error | Jim Lim | 2013-09-27 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #48 from StevenLeRoux/master | David Arthur | 2013-09-26 | 1 | -2/+5 |
|\ | | | | | Update README.md | ||||
| * | Update README.md | Steven Le Roux | 2013-09-26 | 1 | -2/+5 |
| | | | | | | Small fixes in ## Multiprocess consumer example. | ||||
* | | Merge pull request #47 from StevenLeRoux/master | Mahendra M | 2013-09-26 | 1 | -1/+1 |
|\ \ | |/ | | | Update README.md |