mirror of https://github.com/apache/druid.git
update to kafka 0.8.2.1, because it's better™
This commit is contained in:
parent
43d263930d
commit
11b3230602
|
@ -41,12 +41,12 @@ cluster were adapted from the [Apache Kafka quickstart guide](http://kafka.apach
|
||||||
|
|
||||||
1. Download Kafka
|
1. Download Kafka
|
||||||
|
|
||||||
For this tutorial we will [download Kafka 0.8.2]
|
For this tutorial we will [download Kafka 0.8.2.1]
|
||||||
(https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz)
|
(https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
tar -xzf kafka_2.10-0.8.2.0.tgz
|
tar -xzf kafka_2.10-0.8.2.1.tgz
|
||||||
cd kafka_2.10-0.8.2.0
|
cd kafka_2.10-0.8.2.1
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Start Kafka
|
1. Start Kafka
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.kafka</groupId>
|
<groupId>org.apache.kafka</groupId>
|
||||||
<artifactId>kafka_2.10</artifactId>
|
<artifactId>kafka_2.10</artifactId>
|
||||||
<version>0.8.2.0</version>
|
<version>0.8.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Tests -->
|
<!-- Tests -->
|
||||||
|
|
Loading…
Reference in New Issue