hw-kafka-conduit

Conduit bindings for kafka-client


Keywords
library, mit, Propose Tags
License
MIT
Install
cabal install hw-kafka-conduit-2.6.0

Documentation

kafka-client-conduit

CircleCI

Conduit based API for kafka-client.

Ecosystem

HaskellWorks Kafka ecosystem is described here: https://github.com/haskell-works/hw-kafka

Example

A working example can be found at example/Main.hs

Prerequisites

Running an example requires Kafka to be available at localhost:9092

docker-compose can be used for spinning up Kafka environment:

$ docker-compose up

Running the example

To build and run the example project:

$ stack build --flag hw-kafka-conduit:examples

or

$ stack build --exec kafka-conduit-example --flag hw-kafka-conduit:examples