File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - uses : actions/setup-java@v3
3131 with :
3232 distribution : " temurin"
33- java-version : " 11 "
33+ java-version : " 17 "
3434 - name : Install Rust
3535 uses : dtolnay/rust-toolchain@master
3636 with :
@@ -85,11 +85,11 @@ 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://archive .apache.org/dist/ kafka/3.9.2 /kafka_2.13-3.9.2. tgz
89- tar xvfz kafka* .tgz
88+ wget --progress=dot --show-progress -O kafka.tgz ' https://www .apache.org/dyn/closer.lua/ kafka/4.3.1 /kafka_2.13-4.3.1. tgz?action=download'
89+ tar xvfz kafka.tgz
9090 mkdir /tmp/kraft-combined-logs
91- kafka_*/bin/kafka-storage.sh format -t 9v5PspiySuWU2l5NjTgRuA -c kafka_*/config/kraft /server.properties
92- kafka_*/bin/kafka-server-start.sh -daemon kafka_*/config/kraft/ server.properties
91+ kafka_*/bin/kafka-storage.sh format --standalone - t 9v5PspiySuWU2l5NjTgRuA -c kafka_*/config/server.properties
92+ kafka_*/bin/kafka-server-start.sh -daemon kafka_*/config/server.properties
9393 - name : Install mosquitto
9494 run : |
9595 sudo apt-get install -y mosquitto
You can’t perform that action at this time.
0 commit comments