haskell-works / hw-kafka-client

Kafka client for Haskell, including auto-rebalancing consumers
MIT License
139 stars 50 forks source link

add support for `zstd` compression type #171

Closed michaelglass closed 1 year ago

michaelglass commented 3 years ago

see:

https://kafka.apache.org/documentation/#compression.type

and the why: https://blog.cloudflare.com/squeezing-the-firehose/

hopefully we'll be able to implement this ourself