`kafka-client`
==============
This package provides a low-level Haskell client for [Apache Kafka][] 0.7.
**Kafka 0.8 and newer are not yet supported.**
Package documentation is available on [Hackage][] and [here][].
<dl>
<dt>
Why Kafka 0.7?
</dt>
<dd>
I needed to interact with a system running Kafka 0.7.
</dd>
<dt>
Will 0.8 or newer be supported?
</dt>
<dd>
There are currently no plans to do so. Unless I end up needing to also interact
with a Kafka 0.8 system, or receive a pull request, the answer is no.
</dd>
</dl>
[Apache Kafka]: http://kafka.apache.org/
[Hackage]: http://hackage.haskell.org/package/kafka-client
[here]: http://abhinavg.net/kafka-client/