Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard LZ4 framing for v1 messages / kafka 0.10 (#695) | Dana Powers | 2016-05-22 | 1 | -1/+8 |
* | KAFKA-3025: Message v1 -- add timetamp and use relative offset in compressed ... | Dana Powers | 2016-05-22 | 1 | -2/+4 |
* | Update imports from kafka.common -> kafka.errors / kafka.structs | Dana Powers | 2016-04-05 | 1 | -1/+1 |
* | Always truncate deallocated produce message bufferstruncate_buffer | Dana Powers | 2016-03-13 | 1 | -12/+5 |
* | Fix bug in SimpleBufferPool memory condition waiting / timeout | Dana Powers | 2016-02-18 | 1 | -4/+5 |
* | Support batch_size = 0 in producer buffersbatch_size_zero | Dana Powers | 2016-02-17 | 1 | -4/+6 |
* | Add support for LZ4 compressed messages using python-lz4 module | Dana Powers | 2016-01-25 | 1 | -2/+3 |
* | Add MessageSetBuffer and SimpleBufferPool to manage producer messages | Dana Powers | 2016-01-24 | 1 | -0/+388 |