Skip to content

Commit c10921a

Browse files
DenysDiashvayka
authored andcommitted
kafka version correction (update to kafka_2.13-2.6.0)
1 parent fd0e498 commit c10921a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/templates/install/ubuntu-queue-kafka.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ sudo apt-get install zookeeper
1414
##### Install Kafka
1515

1616
```text
17-
wget http://www-us.apache.org/dist/kafka/2.3.0/kafka_2.12-2.3.0.tgz
17+
wget https://archive.apache.org/dist/kafka/2.6.0/kafka_2.13-2.6.0.tgz
1818
19-
tar xzf kafka_2.12-2.3.0.tgz
19+
tar xzf kafka_2.13-2.6.0.tgz
2020
21-
sudo mv kafka_2.12-2.3.0 /usr/local/kafka
21+
sudo mv kafka_2.13-2.6.0 /usr/local/kafka
2222
```
2323
{: .copy-code}
2424

0 commit comments

Comments
 (0)