Update URL references to kafka incubator to use the 'real' kafka.

This commit is contained in:
Alistair Dutton 2015-02-18 11:15:18 +00:00
parent 61d07ef92f
commit 1cae2a54fd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# clj-kafka # clj-kafka
Clojure library for [Kafka](http://incubator.apache.org/kafka/). Clojure library for [Kafka](https://kafka.apache.org).
Current build status: [![Build Status](https://travis-ci.org/pingles/clj-kafka.png)](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)

View file

@ -6,7 +6,7 @@
(defn consumer (defn consumer
"Uses information in Zookeeper to connect to Kafka. More info on settings "Uses information in Zookeeper to connect to Kafka. More info on settings
is available here: http://incubator.apache.org/kafka/configuration.html is available here: https://kafka.apache.org/08/configuration.html
Recommended for using with with-resource: Recommended for using with with-resource:
(with-resource [c (consumer m)] (with-resource [c (consumer m)]