Skip to content

Commit 2ccfaf7

Browse files
committed
ci: fix Kafka download URL that broke CI
Apache policy removes old releases from downloads.apache.org (and its CDN, dlcdn.apache.org) once a version branch is no longer current. Switch to archive.apache.org, which retains all historical releases.
1 parent 3d71e7d commit 2ccfaf7

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)