upgrade to kafka 2.4.0
Change-Id: I5333af865f6c6ef65c575320d47f38408902aa6d
This commit is contained in:
parent
2f71e5688d
commit
b18868e835
@ -88,8 +88,8 @@ ONBUILD RUN \
|
|||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
|
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
|
||||||
# Install librdkafka from source code.
|
# Install librdkafka from source code.
|
||||||
apk add --no-cache curl bash && \
|
apk add --no-cache curl bash && \
|
||||||
curl https://codeload.github.com/edenhill/librdkafka/tar.gz/v2.3.0 | tar xzf - -C /tmp/ && \
|
curl https://codeload.github.com/edenhill/librdkafka/tar.gz/v2.4.0 | tar xzf - -C /tmp/ && \
|
||||||
cd /tmp/librdkafka-2.3.0/ && \
|
cd /tmp/librdkafka-2.4.0/ && \
|
||||||
./configure && \
|
./configure && \
|
||||||
make && \
|
make && \
|
||||||
make install && \
|
make install && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user