summaryrefslogtreecommitdiff
path: root/kafka/protocol/legacy.py
Commit message (Expand)AuthorAgeFilesLines
* Remove KafkaProtocol._decode_messageDana Powers2015-12-101-32/+0
* Convert OffsetCommit and OffsetFetch protocol encode/decodeDana Powers2015-12-101-82/+46
* Change KafkaProtocol to encode/decode Structs, not bytesDana Powers2015-12-091-246/+106
* Switch crc32 back to signed integer -- this is consistent with protocol encod...Dana Powers2015-12-041-2/+2
* Fix tests broken by legacy module moveDana Powers2015-12-041-0/+2
* Rename kafka.protocol -> kafka.protocol.legacyDana Powers2015-12-041-0/+646