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]

Modules

[Last Documentation]

  • Network
    • Network.Kafka
      • Network.Kafka.Consumer
      • Network.Kafka.Producer
      • Network.Kafka.Protocol

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
Dependencies base (>=4.7 && <5), bytestring (>=0.10 && <0.11), cereal (>=0.4 && <0.5), containers (>=0.5 && <0.6), digest (>=0.0.1.0 && <0.1), lens (>=4.4 && <4.13), lifted-base (>=0.2.3.6 && <0.3), 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.17), transformers (>=0.3 && <0.5) [details]
License BSD-3-Clause
Copyright 2014, Tyler Holien
Author Tyler Holien
Maintainer tyler.holien@gmail.com
Category Network
Source repo head: git clone https://github.com/tylerholien/milena.git
this: git clone https://github.com/tylerholien/milena.git(tag 0.5.0.0)
Uploaded by tylerholien at 2015-12-18T22:12:56Z
Distributions
Reverse Dependencies 7 direct, 0 indirect [details]
Downloads 9534 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-29 [all 2 reports]

Readme for milena-0.5.0.0

[back to package description]

Milena

A Kafka client for Haskell.

Supports Kafka 0.8.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 compression
  • Does not yet support consumer groups