BSD-3-Clause licensed by Tyler Holien
This version can be pinned in stack with:milena-0.5.2.3@sha256:6c22bf6038e17498c7157fc1d750a0faa8ec6393841ef8d2fafa6919a483e729,2590
Module documentation for 0.5.2.3
Depends on 16 packages
(full list with versions):
base,
bytestring,
cereal,
containers,
digest,
lens,
lifted-base,
monad-control,
mtl,
murmur-hash,
network,
random,
resource-pool,
semigroups,
transformers,
zlib Milena
A Kafka client for Haskell.
Supports Kafka 0.8.x and up (including 0.10.x).
The protocol module is stable (the only changes will be to support changes in the Kafka protocol). The API is functional but subject to change.
Limitations
Some of the known limitations.
- Does not yet support Snappy compression
- Does not yet support consumer groups
0.5.2.3
- Bump network upper bounds
0.5.2.2
- Bump network upper bounds
0.5.2.1
0.5.2.0
- Switch to hpack
- Add sane GHC compile options
- Add Generic deriving to all types
0.5.1.0
- Add GZip compression support (thanks to Pavel Kučera @pavelkucera)
0.5.0.2
- New maintainer
- Bump dependency bounds