dbeacham / milena

the (very humble) beginnings of a kafka client for haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  • Does not yet support compression
  • Does not yet support consumer groups

About

the (very humble) beginnings of a kafka client for haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%