Skip to content

Commit

Permalink
Update Kafka download link (cadence-workflow#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored and shreyassrivatsan committed Mar 27, 2019
1 parent 03aab1d commit 007b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/install-xdc-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# Install Kafka
echo Installing Kafka
wget http://www.us.apache.org/dist/kafka/1.1.1/kafka_2.12-1.1.1.tgz -O kafka.tgz
wget http://www.us.apache.org/dist/kafka/2.1.1/kafka_2.12-2.1.1.tgz -O kafka.tgz
mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
nohup bash -c "cd kafka && bin/zookeeper-server-start.sh config/zookeeper.properties &"
nohup bash -c "cd kafka && bin/kafka-server-start.sh config/server.properties &"

0 comments on commit 007b4b5

Please sign in to comment.