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 4b25f92 + 8eb7751 commit 1a981f2Copy full SHA for 1a981f2
.travis.yml
@@ -22,8 +22,8 @@ addons:
22
- zookeeperd
23
24
before_script:
25
- - KAFKA_VERSION=2.11-1.0.2
26
- - wget http://apache.cs.utah.edu/kafka/1.0.2/kafka_$KAFKA_VERSION.tgz
+ - KAFKA_VERSION=2.11-2.2.0
+ - wget http://apache.cs.utah.edu/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