Merge pull request #43 from kelveden/master

Update URL references to kafka incubator to use the 'real' kafka.
This commit is contained in:
Paul Ingles 2015-02-18 12:05:15 +00:00
commit f62b4f21c4
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# 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)

View file

@ -6,7 +6,7 @@
(defn consumer
"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:
(with-resource [c (consumer m)]