summaryrefslogtreecommitdiff
path: root/kafka/context.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-111-178/+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`.
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-051-1/+2
|
* Convert OffsetCommit and OffsetFetch protocol encode/decodeDana Powers2015-12-101-2/+2
|
* Add Sphinx API docsWill Daly2015-01-151-0/+5
|
* Rename KafkaTransaction to OffsetCommitContext for clarity.Jesse Myers2014-09-031-0/+170