Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix doc import paths (#1933) | Jeff Widman | 2019-10-21 | 2 | -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 Widman | 2019-10-11 | 8 | -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 KafkaAdminClient | Jeff Widman | 2018-11-20 | 3 | -6/+6 |
| | |||||
* | Document KafkaAdmin class | Jeff Widman | 2018-10-29 | 2 | -0/+6 |
| | |||||
* | Add ClusterMetadata documentation | Dana Powers | 2017-03-07 | 3 | -0/+16 |
| | |||||
* | Add changelog to sphinx docs; remove SimpleProducer from API list and move ↵ | Dana Powers | 2016-02-15 | 1 | -1/+0 |
| | | | | API up in toc | ||||
* | Add KafkaProducer to autodocs and READMEkafka_producer | Dana Powers | 2016-01-24 | 1 | -1/+2 |
| | |||||
* | Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, ↵deprecation_warnings | Dana Powers | 2016-01-12 | 1 | -1/+1 |
| | | | | and KafkaConnection | ||||
* | Update docs for release w/ new async classes | Dana Powers | 2016-01-07 | 6 | -4/+40 |
| | |||||
* | Add default sphinx docs for kafka.coordinator and kafka.protocol | Dana Powers | 2016-01-01 | 3 | -0/+201 |
| | |||||
* | Need to commit apidoc for RTD | John Anderson | 2015-02-10 | 5 | -0/+208 |