Skip to content

Commit

Permalink
Change bootstrap to 1.7.0 rdkafka
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZLin committed Sep 30, 2022
1 parent 6ff207e commit 55d5e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

set -o errexit -o nounset -o pipefail

: "${LIBRDKAFKA_VERSION:=v1.8.2}"
: "${LIBRDKAFKA_VERSION:=v1.7.0}"

lrk_install_deps="--install-deps"
lrk_static="--enable-static"
Expand Down

0 comments on commit 55d5e16

Please sign in to comment.