summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix markup in READMEMahendra M2013-06-131-1/+2
| |
| * Implement support for Keyed producerMahendra M2013-06-131-0/+12
| | | | | | | | | | | | Provides support for two partitioners * Round robin * Hashed (default as per kafka clients)
* | Support for async producerMahendra M2013-06-131-0/+6
|/ | | | | | | | | | The Java/Scala Kafka client supports a mechanism for sending messages asynchronously by using a queue and a thread. Messages are put on the queue and the worker thread keeps sending it to the broker. This ticket implements this feature in python We use multiprocessing instead of threads to send the messages
* Update README.mdIvan Pouzyrevsky2013-06-071-14/+4
|
* Update README.mdDavid Arthur2013-05-071-1/+5
|
* Update README and setup.py with new versionDavid Arthur2013-04-021-43/+56
|
* Update README with new APIsDavid Arthur2013-04-021-94/+19
|
* Adding client_fetch_size to queue interfaceDavid Arthur2013-04-021-0/+23
| | | | Also more docs
* Fix some typos, closes #12David Arthur2013-01-261-2/+2
|
* fix docs: iter_messages doesn't (any longer?) take a FetchRequestanentropic2012-11-221-2/+2
| | | ...it takes the same args and instantiates its own one
* Update README.mdDavid Arthur2012-11-161-2/+4
|
* Add Snappy support0.1-alphaDavid Arthur2012-11-161-1/+32
| | | | Fixes #2
* Fixing install instructionsDavid Arthur2012-10-031-2/+3
|
* Adding link to KafkaDavid Arthur2012-10-031-0/+2
|
* Updating kafka-src to 0.7.2David Arthur2012-10-031-1/+1
|
* Stupid markdownDavid Arthur2012-10-021-4/+4
|
* Fix tabs in README.mdDavid Arthur2012-10-021-30/+30
|
* Update README.md with install instructionsDavid Arthur2012-10-021-6/+24
|
* Renaming kafka.py to client.pyDavid Arthur2012-10-021-0/+5
|
* Update send_messages_simple example in README.mdDavid Arthur2012-09-281-4/+2
|
* Starting integration testsDavid Arthur2012-09-281-3/+23
|
* More unit testsDavid Arthur2012-09-271-0/+6
| | | | | | Run like: python -m unittest -v test
* Adding initial support for gzip compressionDavid Arthur2012-09-261-0/+4
|
* Adding Python syntax highlighting to README.mdDavid Arthur2012-09-241-2/+14
|
* Setting up a stand-alone repository for thisDavid Arthur2012-09-241-0/+75