Skip to content

Commit

Permalink
Update no longer valid Kafka archive URL (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedahamid committed Jul 15, 2020
1 parent da7349c commit 7d47be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Vagrant.configure("2") do |config|
KAFKA_TGZ="$KAFKA_FILENAME.tgz"
echo "Downloading Kafka"
curl -s -o $KAFKA_TGZ 'https://www-us.apache.org/dist/kafka/'$KAFKA_VERSION'/'$KAFKA_TGZ
curl -L -s -o $KAFKA_TGZ 'https://archive.apache.org/dist/kafka/'$KAFKA_VERSION'/'$KAFKA_TGZ
exitIfError "Encountered an error while downloading Kafka"
tar -xzf $KAFKA_TGZ
Expand Down

0 comments on commit 7d47be3

Please sign in to comment.