mirror of
https://github.com/apache/druid.git
synced 2025-03-02 23:39:21 +00:00
Merge pull request #1196 from metamx/kafka-update
update to kafka 0.8.2.1, because it's better™
This commit is contained in:
commit
199b11ad0b
@ -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
|
||||
|
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user