Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vendor six 1.10.0six | Dana Powers | 2016-08-01 | 1 | -2/+2 |
| | |||||
* | Always pass encoded message bytes to MessageSet.encode() | Dana Powers | 2016-05-22 | 1 | -3/+5 |
| | |||||
* | * [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages* ↵ | Paul Cavallaro | 2016-05-10 | 1 | -2/+12 |
| | | | | | [Legacy Protocol] Update legacy protocol to handle compressed messages * [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages | ||||
* | KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)kafka-2136 | Dana Powers | 2016-04-06 | 1 | -5/+1 |
| | |||||
* | Use version-indexed lists for request/response protocol structsprotocol_versions | Dana Powers | 2016-04-05 | 1 | -8/+8 |
| | |||||
* | Update imports from kafka.common -> kafka.errors / kafka.structs | Dana Powers | 2016-04-05 | 1 | -19/+14 |
| | |||||
* | Remove KafkaProtocol._decode_message | Dana Powers | 2015-12-10 | 1 | -32/+0 |
| | |||||
* | Convert OffsetCommit and OffsetFetch protocol encode/decode | Dana Powers | 2015-12-10 | 1 | -82/+46 |
| | |||||
* | Change KafkaProtocol to encode/decode Structs, not bytes | Dana Powers | 2015-12-09 | 1 | -246/+106 |
| | | | | | - add Payload to kafka.common Request/Responses namedtuples - OffsetFetch and OffsetCommit still need to be converted | ||||
* | Switch crc32 back to signed integer -- this is consistent with protocol ↵ | Dana Powers | 2015-12-04 | 1 | -2/+2 |
| | | | | encoding spec | ||||
* | Fix tests broken by legacy module move | Dana Powers | 2015-12-04 | 1 | -0/+2 |
| | |||||
* | Rename kafka.protocol -> kafka.protocol.legacy | Dana Powers | 2015-12-04 | 1 | -0/+646 |