milena: A Kafka client for Haskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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.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 None available
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.16), 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.19), transformers (>=0.3 && <0.6) [details]
License BSD-3-Clause
Copyright 2014, Tyler Holien
Author Tyler Holien
Maintainer adam@adamflott.com
Category Network
Bug tracker https://github.com/adamflott/milena/issues
Source repo head: git clone https://github.com/adamflott/milena.git
this: git clone https://github.com/adamflott/milena.git(tag 0.5.0.2)
Uploaded by adamflott at 2017-02-07T15:59:00Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for milena-0.5.0.2

[back to package description]

Milena

A Kafka client for Haskell.

Supports Kafka 0.8.x and up (including 0.9.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.