update to kafka 0.8.2.1, because it's better™

This commit is contained in:
Xavier Léauté 2015-03-12 09:54:52 -07:00
parent 43d263930d
commit 11b3230602
2 changed files with 5 additions and 5 deletions

View File

@ -41,12 +41,12 @@ cluster were adapted from the [Apache Kafka quickstart guide](http://kafka.apach
1. Download Kafka
For this tutorial we will [download Kafka 0.8.2]
(https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz)
For this tutorial we will [download Kafka 0.8.2.1]
(https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz)
```bash
tar -xzf kafka_2.10-0.8.2.0.tgz
cd kafka_2.10-0.8.2.0
tar -xzf kafka_2.10-0.8.2.1.tgz
cd kafka_2.10-0.8.2.1
```
1. Start Kafka

View File

@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
<version>0.8.2.0</version>
<version>0.8.2.1</version>
</dependency>
<!-- Tests -->