update README to reflect recent changes

This commit is contained in:
Paul Ingles 2013-12-15 21:01:28 +00:00
parent 08611c67c6
commit 8f2370e6b5

View file

@ -2,18 +2,16 @@
Clojure library for [Kafka](http://incubator.apache.org/kafka/).
Current build status: [![Build Status](https://travis-ci.org/pingles/clj-kafka.png?branch=0.8)](https://travis-ci.org/pingles/clj-kafka)
Current build status: [![Build Status](https://travis-ci.org/pingles/clj-kafka.png)](https://travis-ci.org/pingles/clj-kafka)
Development is against the upcoming 0.8 release of Kafka. The protocols for 0.7 and 0.8 are incompatible so this will only work when connecting to a 0.8 cluster.
Development is against the 0.8 release of Kafka. The protocols for 0.7 and 0.8 are incompatible so this will only work when connecting to a 0.8 cluster. Earlier releases of clj-kafka support the earlier 0.7 release if you need it.
## Installing
Given 0.8 is still unreleased we're pushing SNAPSHOT releases.
Add the following to your [Leiningen](http://github.com/technomancy/leiningen) `project.clj`:
```clj
[clj-kafka "0.1.0-0.8-beta1"]
[clj-kafka "0.2.1-0.8"]
```
## Usage