Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c8b6b commit 101b6b2Copy full SHA for 101b6b2
.travis.yml
@@ -1,6 +1,6 @@
1
env:
2
global:
3
- - LIBRDKAFKA_VERSION=v1.9.0
+ - LIBRDKAFKA_VERSION=v1.9.2-RC2
4
5
jobs:
6
include:
examples/docker/Dockerfile.alpine
@@ -30,7 +30,7 @@ FROM alpine:3.12
30
31
COPY . /usr/src/confluent-kafka-python
32
33
-ENV LIBRDKAFKA_VERSION v1.9.0
+ENV LIBRDKAFKA_VERSION v1.9.2-RC2
34
ENV KAFKACAT_VERSION master
35
36
0 commit comments