Dana Powers
Dana Powers
Looks like there are two available python libraries for zstd compression. Would be really nice to refactor the codec compression interfaces into something more generic, allowing users to wrap their...
Going to leave this out of 1.4.X patch release as it seems like a largish change. Will land for next release.
Im not doing new feature work currently. I am not aware of serious compatibility issues, apart from new broker features that are not supported. Bigger picture, there were 2 of...
The goal of this project is to stay closely aligned with the official apache client. I don't have plans to implement a different architecture or make significant changes to the...
Follow up: obviously I'm a big twisted fan. And I'd love to help on txkafka. I just don't think this project (me) has capacity to take that on right now.
Some additional info: kafka-python mirrors the Apache (java) client. The low level client returns futures on send (which look a lot like Deferred) and processes network recv and runs callbacks...
It does - thanks for the notes. I'll take a closer look. On Feb 20, 2016 12:27 PM, "Glyph" [email protected] wrote: > Do you think there's a way to support...
OSError is a very broad exception and has different coverage in different python versions. Can we narrow this down at all?
It looks like this is a python bug that has been resolved in recent versions of python: https://bugs.python.org/issue31122 I'd prefer to try to limit this to cases where known buggy...
gzip's default behavior is to include the timestamp of the uncompressed file, which for tarballs is the timestamp of the intermediate tar archive. That means that your tarball is including...