summaryrefslogtreecommitdiff
path: root/test/test_producer_legacy.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-111-257/+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`.
* Vendor `six` consistentlyJeff Widman2018-10-221-3/+3
| | | | Use vendored `six`, and also `six.moves.range` rather than `xrange`
* Change SimpleProducer to use async_send (async is reserved in py37) (#1454)Dana Powers2018-03-231-5/+5
|
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-051-4/+4
|
* Rename legacy producer testsDana Powers2016-01-241-0/+257