Skip to content

Commit d6f4dcb

Browse files
author
Rahul Jain
committed
Fix Kafka download URL in CI
1 parent 48d3d2f commit d6f4dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
8686
- name: Install Kafka
8787
run: |
88-
wget --progress=dot --show-progress https://dlcdn.apache.org/kafka/3.9.2/kafka_2.13-3.9.2.tgz
88+
wget --progress=dot --show-progress https://archive.apache.org/dist/kafka/3.9.2/kafka_2.13-3.9.2.tgz
8989
tar xvfz kafka*.tgz
9090
mkdir /tmp/kraft-combined-logs
9191
kafka_*/bin/kafka-storage.sh format -t 9v5PspiySuWU2l5NjTgRuA -c kafka_*/config/kraft/server.properties

0 commit comments

Comments
 (0)