| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 22:53:58 GMT
X-Served-By: cache-dfw-kdfw8210143-DFW, cache-bom-vanm7210080-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768690438.570485,VS0,VE870
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
milena: A Kafka client for Haskell.
[Skip to Readme]
milena: A Kafka client for Haskell.
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
[Index] [Quick Jump]
Downloads
- milena-0.5.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.7), 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 && <3.0), 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] |
| Tested with | ghc ==7.10.3, ghc ==8.0.1 |
| License | BSD-3-Clause |
| Copyright | 2014, Tyler Holien |
| Author | Tyler Holien |
| Maintainer | adam@adamflott.com |
| Uploaded | by adamflott at 2019-09-08T17:41:40Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 7 direct, 0 indirect [details] |
| Downloads | 10277 total (77 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2019-09-08 [all 1 reports] |
Readme for milena-0.5.4.0
[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