Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Runtime: Kafka version upgrade from 3.2.3 to 3.5.1 (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrychenhf authored Aug 15, 2023
1 parent 9ab9639 commit 82e7933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/runtime/universe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE="nightly"
FROM cloudtik/spark-runtime:"$BASE_IMAGE"

ARG ZOOKEEPER_VERSION=3.7.1
ARG KAFKA_VERSION=3.2.3
ARG KAFKA_VERSION=3.5.1
ARG KAFKA_SCALA_VERSION=2.13
ARG PRESTO_VERSION=0.276

Expand Down
2 changes: 1 addition & 1 deletion python/cloudtik/runtime/kafka/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ROOT_DIR="$(dirname "$(dirname "$BIN_DIR")")"
args=$(getopt -a -o h:: -l head:: -- "$@")
eval set -- "${args}"

export KAFKA_VERSION=3.2.3
export KAFKA_VERSION=3.5.1
export KAFKA_SCALA_VERSION=2.13

export USER_HOME=/home/$(whoami)
Expand Down

0 comments on commit 82e7933

Please sign in to comment.