summaryrefslogtreecommitdiff
path: root/docs/usage.rst
Commit message (Collapse)AuthorAgeFilesLines
* Adds add_callback/add_errback example to docs (#1441)Berkodev2018-03-291-0/+12
|
* Fix typosJeff Widman2016-11-141-1/+1
|
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-051-1/+1
|
* Add producer.flush() to usage docsDana Powers2016-03-181-0/+7
|
* Add missing imports: KafkaErrorShichao An2016-02-231-0/+1
|
* Update docs w/ KafkaProducer; move Simple clients to separate documentDana Powers2016-01-251-70/+26
|
* Update docs for release w/ new async classesDana Powers2016-01-071-158/+88
|
* Some minor updates to usage docsDana Powers2015-06-111-35/+40
|
* 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
|/
* 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
* Updated documentation for Consumers to prefer KafkaConsumer insteadJohn Anderson2015-02-091-3/+5
|
* Add Sphinx API docsWill Daly2015-01-151-0/+122