summaryrefslogtreecommitdiff
path: root/docs/apidoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix doc import paths (#1933)Jeff Widman2019-10-212-2/+2
| | | Since `SimpleClient` was deleted, the new `KafkaClient` currently resides at `kafka.client_async.KafkaClient`... that may get updated in the future, so instead just import the `KafkaClient` from the top-level.
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-118-426/+0
| | | | | | | | | | | | | | | | | | In the 2.0 release, we're removing: * `SimpleClient` * `SimpleConsumer` * `SimpleProducer` * Old partitioners used by `SimpleProducer`; these are superceded by the `DefaultPartitioner` These have been deprecated for several years in favor of `KafkaClient` / `KafkaConsumer` / `KafkaProducer`. Since 2.0 allows breaking changes, we are removing the deprecated classes. Additionally, since the only usage of `unittest` was in tests for these old Simple* clients, this also drops `unittest` from the library. All tests now run under `pytest`.
* Rename KafkaAdmin to KafkaAdminClientJeff Widman2018-11-203-6/+6
|
* Document KafkaAdmin classJeff Widman2018-10-292-0/+6
|
* Add ClusterMetadata documentationDana Powers2017-03-073-0/+16
|
* Add changelog to sphinx docs; remove SimpleProducer from API list and move ↵Dana Powers2016-02-151-1/+0
| | | | API up in toc
* 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-076-4/+40
|
* Add default sphinx docs for kafka.coordinator and kafka.protocolDana Powers2016-01-013-0/+201
|
* Need to commit apidoc for RTDJohn Anderson2015-02-105-0/+208