Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use `kafka.common` internally1.3.5 | Jeff Widman | 2018-06-05 | 1 | -3/+2 |
| | | | | This finishes the split from `kafka.common` to `kafka.errors`/`kafka.structs`. | ||||
* | Refactor MessageSet and Message into LegacyRecordBatch to later support v2 ↵ | Taras | 2017-10-11 | 1 | -2/+4 |
| | | | | message format | ||||
* | Fixed couple of "leaks" when gc is disabled (#979) | Max Baryshnikov | 2017-03-07 | 1 | -12/+17 |
| | |||||
* | Add send_list_offset_request for searching offset by timestamp (#1001) | charsyam | 2017-03-02 | 1 | -0/+29 |
| | |||||
* | PEP-8: Spacing & removed unused imports (#899) | Jeff Widman | 2017-02-09 | 1 | -9/+5 |
| | |||||
* | 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 |