mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
Updated: kafka to 3.2.1
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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_2.13-3.1.0.tgz
|
||||
wget -O kafka.tgz https://dlcdn.apache.org/kafka/3.2.1/kafka_2.13-3.2.1.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 &
|
||||
@ -114,4 +114,4 @@ jobs:
|
||||
with:
|
||||
name: logs
|
||||
path: ~/.npm/_logs/*
|
||||
retention-days: 14
|
||||
retention-days: 14
|
||||
|
Reference in New Issue
Block a user