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.
2 parents e5dfd50 + 31a58d4 commit f117720Copy full SHA for f117720
.travis.yml
@@ -8,7 +8,7 @@ compiler:
8
9
env:
10
- RDKAFKA_VERSION=v0.9.4
11
- - RDKAFKA_VERSION=v0.11.5
+ - RDKAFKA_VERSION=v0.11.6
12
13
os:
14
- linux
@@ -23,7 +23,7 @@ addons:
23
24
before_script:
25
- KAFKA_VERSION=2.11-2.2.0
26
- - wget http://apache.cs.utah.edu/kafka/2.2.0/kafka_$KAFKA_VERSION.tgz
+ - wget https://archive.apache.org/dist/kafka/2.2.0/kafka_$KAFKA_VERSION.tgz
27
- tar xvzf kafka_$KAFKA_VERSION.tgz
28
- ./kafka_$KAFKA_VERSION/bin/kafka-server-start.sh ./kafka_$KAFKA_VERSION/config/server.properties > /dev/null 2> /dev/null &
29
- git clone https://github.com/edenhill/librdkafka.git
0 commit comments