Skip to content

Commit

Permalink
update test kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Jun 18, 2023
1 parent e8952ba commit 49e58de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 49e58de

Please sign in to comment.