summaryrefslogtreecommitdiff
path: root/kafka/protocol/produce.py
Commit message (Expand)AuthorAgeFilesLines
* KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)kafka-2136Dana Powers2016-04-061-2/+23
* Use version-indexed lists for request/response protocol structsprotocol_versionsDana Powers2016-04-051-4/+10
* Add simple BrokerConnection class; add request.RESPONSE_TYPE class varsDana Powers2015-12-041-9/+8
* Rework protocol type definition: AbstractType, Schema, StructDana Powers2015-12-041-55/+26
* Move ProduceRequest to kafka.protocol.produceDana Powers2015-12-041-0/+59