summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update docs/index.rst re 0.10 broker supportDana Powers2016-05-241-4/+4
|
* Update changelog for 1.2.0 releaseDana Powers2016-05-241-0/+39
|
* Update compatibility for 0.10 kafka releaseDana Powers2016-05-243-5/+5
|
* Patch release: 1.1.11.1.1Dana Powers2016-04-251-0/+12
|
* Update changelogs for 1.1.0 releaseDana Powers2016-04-241-0/+46
|
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-052-4/+3
|
* Remove errant next(consumer) from consumer documentationDana Powers2016-03-221-1/+0
|
* Add producer.flush() to usage docsDana Powers2016-03-182-2/+13
|
* Update changelog for 1.0.2 releaseDana Powers2016-03-141-0/+37
|
* Fix `value_deserializer` parameter in exampleCristi Burcă2016-03-021-1/+1
|
* Fix `value_serializer` parameter in exampleCristi Burcă2016-03-011-1/+1
| | | `json.loads()` is for deserialising.
* Update to Kafka 0.9.0.1 for integration testingDana Powers2016-02-232-4/+4
|
* Add missing imports: KafkaErrorShichao An2016-02-231-0/+1
|
* Release 1.0.11.0.1Dana Powers2016-02-191-1/+1
|
* Update Changelog for 1.0.1 patch releaseDana Powers2016-02-191-0/+33
|
* Add changelog to sphinx docs; remove SimpleProducer from API list and move ↵Dana Powers2016-02-154-3/+278
| | | | API up in toc
* Update SimpleClient docs (Issue 543)Dana Powers2016-02-151-18/+37
|
* Fix Typos (Issue 536)Dana Powers2016-02-151-1/+1
|
* Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixupDana Powers2016-01-262-8/+7
|
* Update docs w/ KafkaProducer; move Simple clients to separate documentDana Powers2016-01-253-95/+247
|
* Add support for LZ4 compressed messages using python-lz4 moduleDana Powers2016-01-251-0/+11
|
* Add KafkaProducer to autodocs and READMEkafka_producerDana Powers2016-01-241-1/+2
|
* Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, ↵deprecation_warningsDana Powers2016-01-121-1/+1
| | | | and KafkaConnection
* Update docs for release w/ new async classesDana Powers2016-01-0714-238/+283
|
* Drop sphinxcontrib-napoleon in favor of sphinx.ext.napoleanDana Powers2016-01-071-1/+1
|
* Add default sphinx docs for kafka.coordinator and kafka.protocolDana Powers2016-01-013-0/+201
|
* Update docs for new releaseDana Powers2015-12-062-12/+20
|
* Update docs and links wrt maintainer change (mumrah -> dpkp)Dana Powers2015-12-032-6/+6
|
* Update docs to 0.9.4 as latestDana Powers2015-06-121-1/+1
|
* Some minor updates to usage docsDana Powers2015-06-111-35/+40
|
* Fix reading version in docs/conf.pyDana Powers2015-06-111-3/+2
|
* Update to 0.8.2.1 compatibility in docsDana Powers2015-06-101-2/+2
|
* Merge pull request #379 from dpkp/deprecate_keyed_producer_sendDana Powers2015-06-081-2/+2
|\ | | | | Deprecate KeyedProducer.send in favor of send_messages
| * Deprecate KeyedProducer.send in favor of send_messages -- keep interface ↵Dana Powers2015-05-171-2/+2
| | | | | | | | consistent
* | Deprecate async producer batch_send kwarg -- use 'async' insteadDana Powers2015-06-061-1/+1
|/
* Add sphinx_rtd_theme to docs requirements.txtDana Powers2015-03-291-0/+1
|
* Updates to KafkaConsumer usage docsDana Powers2015-03-291-42/+26
|
* Move KafkaConsumer usage examples to docs/usage; Put KeyedProducer usage ↵Dana Powers2015-03-291-14/+105
| | | | right after SimpleProducer
* Merge pull request #317 from sontek/update_consumer_docsDana Powers2015-02-101-3/+5
|\ | | | | Updated documentation for Consumers to prefer KafkaConsumer instead
| * Updated documentation for Consumers to prefer KafkaConsumer insteadJohn Anderson2015-02-091-3/+5
| |
* | Need to commit apidoc for RTDJohn Anderson2015-02-105-0/+208
| |
* | Use sphinx-apidoc to to generate API docsJohn Anderson2015-02-103-66/+3
| |
* | Allow better usage of docs locally.John Anderson2015-02-092-3/+7
|/ | | | | This will default to the rtd theme and introduces tox -e docs for generating docs locally.
* Fixup index.rstDana Powers2015-02-051-0/+1
|
* Update docs/index.rst for sphinx/RTDDana Powers2015-02-051-7/+8
|
* 2014 -> 2015David Arthur2015-02-031-1/+1
|
* Removing traces of queue.pyDavid Arthur2015-02-031-3/+0
|
* Trying to get ReadTheDocs workingqueue-fixupDavid Arthur2015-02-031-1/+1
|
* Add Sphinx API docsWill Daly2015-01-159-0/+1076