upgrade to kafka 2.4.0

Change-Id: I5333af865f6c6ef65c575320d47f38408902aa6d
This commit is contained in:
Hoai-Thu Vuong 2024-05-28 15:11:55 +07:00
parent 2f71e5688d
commit b18868e835

View File

@ -88,8 +88,8 @@ ONBUILD RUN \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
# Install librdkafka from source code.
apk add --no-cache curl bash && \
curl https://codeload.github.com/edenhill/librdkafka/tar.gz/v2.3.0 | tar xzf - -C /tmp/ && \
cd /tmp/librdkafka-2.3.0/ && \
curl https://codeload.github.com/edenhill/librdkafka/tar.gz/v2.4.0 | tar xzf - -C /tmp/ && \
cd /tmp/librdkafka-2.4.0/ && \
./configure && \
make && \
make install && \