summaryrefslogtreecommitdiff
path: root/kafka/partitioner/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-111-27/+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`.
* Update Partitioners for use with KafkaProducer (#827)barrotsteindev2016-09-281-6/+7
|
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* make partitions arg optional in *Partitioner.partition, defaulting to ↵Dana Powers2015-02-091-4/+3
| | | | self.partitions from init
* Add Sphinx API docsWill Daly2015-01-151-4/+6
|
* Separate consumers/producers/partitionersDana Powers2014-09-101-0/+23