Skip to content

Commit

Permalink
use archive kafka link for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Sep 2, 2023
1 parent 51dc2c6 commit 9bfcb62
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://downloads.apache.org/kafka/3.5.0/kafka_2.12-3.5.0.tgz
wget -O kafka.tgz https://archive.apache.org/dist/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 9bfcb62

Please sign in to comment.