Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #749 from Parsely/bugfix/travis_kafka_url
Browse files Browse the repository at this point in the history
pull kafka binary from apache archive
  • Loading branch information
Emmett J. Butler committed Dec 4, 2017
2 parents b5d7319 + 9edb918 commit 42b09e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykafka/test/kafka_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _download_kafka(self):
log.info('Downloading Kafka.')
curr_dir = os.getcwd()
os.chdir(self._bin_dir)
url_fmt = 'http://mirror.reverse.net/pub/apache/kafka/{kafka_version}/kafka_{scala_version}-{kafka_version}.tgz'
url_fmt = 'https://archive.apache.org/dist/kafka/{kafka_version}/kafka_{scala_version}-{kafka_version}.tgz'
url = url_fmt.format(
scala_version=self._scala_version,
kafka_version=self._kafka_version
Expand Down

0 comments on commit 42b09e6

Please sign in to comment.