BSD-3-Clause licensed by Tyler Holien
Maintained by [email protected]
This version can be pinned in stack with:milena-0.5.2.2@sha256:35d4b32df1cb747d704310cffb6f04177e487329c2b270a1491d871d952b8f3f,2590

Module documentation for 0.5.2.2

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

Changes

0.5.2.2

  • Bump network upper bounds

0.5.2.1

  • Bump lens upper bounds

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