Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix markup in README | Mahendra M | 2013-06-13 | 1 | -1/+2 | |
| | | ||||||
| * | Implement support for Keyed producer | Mahendra M | 2013-06-13 | 1 | -0/+12 | |
| | | | | | | | | | | | | Provides support for two partitioners * Round robin * Hashed (default as per kafka clients) | |||||
* | | Support for async producer | Mahendra M | 2013-06-13 | 1 | -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.md | Ivan Pouzyrevsky | 2013-06-07 | 1 | -14/+4 | |
| | ||||||
* | Update README.md | David Arthur | 2013-05-07 | 1 | -1/+5 | |
| | ||||||
* | Update README and setup.py with new version | David Arthur | 2013-04-02 | 1 | -43/+56 | |
| | ||||||
* | Update README with new APIs | David Arthur | 2013-04-02 | 1 | -94/+19 | |
| | ||||||
* | Adding client_fetch_size to queue interface | David Arthur | 2013-04-02 | 1 | -0/+23 | |
| | | | | Also more docs | |||||
* | Fix some typos, closes #12 | David Arthur | 2013-01-26 | 1 | -2/+2 | |
| | ||||||
* | fix docs: iter_messages doesn't (any longer?) take a FetchRequest | anentropic | 2012-11-22 | 1 | -2/+2 | |
| | | | ...it takes the same args and instantiates its own one | |||||
* | Update README.md | David Arthur | 2012-11-16 | 1 | -2/+4 | |
| | ||||||
* | Add Snappy support0.1-alpha | David Arthur | 2012-11-16 | 1 | -1/+32 | |
| | | | | Fixes #2 | |||||
* | Fixing install instructions | David Arthur | 2012-10-03 | 1 | -2/+3 | |
| | ||||||
* | Adding link to Kafka | David Arthur | 2012-10-03 | 1 | -0/+2 | |
| | ||||||
* | Updating kafka-src to 0.7.2 | David Arthur | 2012-10-03 | 1 | -1/+1 | |
| | ||||||
* | Stupid markdown | David Arthur | 2012-10-02 | 1 | -4/+4 | |
| | ||||||
* | Fix tabs in README.md | David Arthur | 2012-10-02 | 1 | -30/+30 | |
| | ||||||
* | Update README.md with install instructions | David Arthur | 2012-10-02 | 1 | -6/+24 | |
| | ||||||
* | Renaming kafka.py to client.py | David Arthur | 2012-10-02 | 1 | -0/+5 | |
| | ||||||
* | Update send_messages_simple example in README.md | David Arthur | 2012-09-28 | 1 | -4/+2 | |
| | ||||||
* | Starting integration tests | David Arthur | 2012-09-28 | 1 | -3/+23 | |
| | ||||||
* | More unit tests | David Arthur | 2012-09-27 | 1 | -0/+6 | |
| | | | | | | Run like: python -m unittest -v test | |||||
* | Adding initial support for gzip compression | David Arthur | 2012-09-26 | 1 | -0/+4 | |
| | ||||||
* | Adding Python syntax highlighting to README.md | David Arthur | 2012-09-24 | 1 | -2/+14 | |
| | ||||||
* | Setting up a stand-alone repository for this | David Arthur | 2012-09-24 | 1 | -0/+75 | |