1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

fixed wrong kafka source

This commit is contained in:
Massimo Candela
2022-01-28 17:57:38 +01:00
parent 1cace26f79
commit 0b6fd4a1c4

View File

@@ -101,7 +101,7 @@ jobs:
run: |
sudo apt-get -y install tar
sudo apt-get -y install wget
wget -O kafka.tgz https://dlcdn.apache.org/kafka/3.1.0/kafka-3.1.0-src.tgz
wget -O kafka.tgz https://dlcdn.apache.org/kafka/3.1.0/kafka_2.13-3.1.0.tgz
mkdir kafka && tar -xzf kafka.tgz -C kafka --strip-components=1
nohup ./kafka/bin/zookeeper-server-start.sh ./kafka/config/zookeeper.properties &
nohup ./kafka/bin/kafka-server-start.sh ./kafka/config/server.properties &