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 057735e commit c22406eCopy full SHA for c22406e
.travis.yml
@@ -1,6 +1,6 @@
1
env:
2
global:
3
- - LIBRDKAFKA_VERSION=v1.9.0-RC2b
+ - LIBRDKAFKA_VERSION=v1.9.0-RC10
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-RC2
+ENV LIBRDKAFKA_VERSION v1.9.0-RC10
34
ENV KAFKACAT_VERSION master
35
36
0 commit comments