Popularity
7.8
Stable
Activity
0.0
Stable
19
10
6
Monthly Downloads: 51
Programming language: Haskell
License: MIT License
Latest version: v2.7.0
hw-kafka-conduit alternatives and similar packages
Based on the "hw" category.
Alternatively, view hw-kafka-conduit alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of hw-kafka-conduit or a related project?
README
kafka-client-conduit
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](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