milena: A Kafka client for Haskell.

[ bsd3, library, network ] [ Propose Tags ]

A Kafka client for Haskell. 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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.1.0, 0.5.2.0, 0.5.2.1, 0.5.2.2, 0.5.2.3, 0.5.2.4, 0.5.3.0, 0.5.4.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring (>=0.10 && <0.11), cereal (>=0.4 && <0.6), containers (>=0.5 && <0.6), digest (>=0.0.1.0 && <0.1), lens (>=4.4 && <4.20), lifted-base (>=0.2.3.6 && <0.3), monad-control (>=1.0 && <1.1), mtl (>=2.1 && <2.3), murmur-hash (>=0.1.0.8 && <0.2), network (>=2.4 && <2.7), random (>=1.0 && <1.2), resource-pool (>=0.2.3.2 && <0.3), semigroups (>=0.16.2.2 && <0.19), transformers (>=0.3 && <0.6), zlib (>=0.6.1.2 && <0.7) [details]
License BSD-3-Clause
Copyright 2014, Tyler Holien
Author Tyler Holien
Maintainer adam@adamflott.com
Category Network
Home page https://github.com/adamflott/milena.git#readme
Bug tracker https://github.com/adamflott/milena.git/issues
Source repo head: git clone https://github.com/adamflott/milena.git
Uploaded by adamflott at 2018-01-30T19:40:55Z
Distributions
Reverse Dependencies 7 direct, 0 indirect [details]
Downloads 9513 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-30 [all 1 reports]

Readme for milena-0.5.2.1

[back to package description]

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