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

update test kafka

This commit is contained in:
Massimo Candela
2023-06-18 16:09:06 +02:00
parent e8952baa94
commit 49e58dede5

View File

@@ -98,7 +98,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.2.3/kafka_2.12-3.2.3.tgz
wget -O kafka.tgz https://downloads.apache.org/kafka/3.5.0/kafka_2.12-3.5.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 &