There was an error while loading. Please reload this page.
1 parent 0d5d1eb commit 6d0059bCopy full SHA for 6d0059b
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
86
- name: Install Kafka
87
run: |
88
- wget --progress=dot --show-progress https://dlcdn.apache.org/kafka/3.9.2/kafka_2.13-3.9.2.tgz
+ wget --progress=dot --show-progress https://archive.apache.org/dist/kafka/3.9.2/kafka_2.13-3.9.2.tgz
89
tar xvfz kafka*.tgz
90
mkdir /tmp/kraft-combined-logs
91
kafka_*/bin/kafka-storage.sh format -t 9v5PspiySuWU2l5NjTgRuA -c kafka_*/config/kraft/server.properties
0 commit comments