summaryrefslogtreecommitdiff
path: root/kafka/partitioner/default.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-111-1/+71
| | | | | | | | | | | | | | | | | | 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`.
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-1/+1
|
* Sort partitions before calling partitioner (#905)ms7s2016-12-191-0/+7
|
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* DefaultPartitioner - implements java client logicDana Powers2016-01-241-0/+23