summaryrefslogtreecommitdiff
path: root/test/test_sender.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor MessageSet and Message into LegacyRecordBatch to later support v2 ↵Taras2017-10-111-9/+9
| | | | message format
* Stop using mutable types for default arg values1212-stop-using-mutable-types-for-default-arg-valuesJeff Widman2017-09-121-1/+1
| | | | | | | | Using mutable types for default args is typically a no-no unless their surprising behavior is being explicitly abused, for an explanation see: http://effbot.org/zone/default-values.htm Fix #1212
* Add initial producer-sender metricsDana Powers2016-07-161-5/+11
|
* Add api_version config to KafkaClient, deprecate str in favor of tuples (#761)Dana Powers2016-07-161-1/+1
|
* Use Fetch/Produce API v2 for brokers >= 0.10 (uses message format v1) (#694)Dana Powers2016-05-221-0/+47