Skip to content

Commit

Permalink
Fix Kafka Repository Location (#13025)
Browse files Browse the repository at this point in the history
Update mirror used to fetch kafka dependency to a valid, working mirror.

Resolves #13011

Risk Level: low
Testing: covered by CI

Signed-off-by: John Murray <[email protected]>
  • Loading branch information
murray-stripe authored Sep 9, 2020
1 parent f5fedaa commit 69ef5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ DEPENDENCY_REPOSITORIES_SPEC = dict(
version = "2.4.1",
sha256 = "2177cbd14118999e1d76fec628ca78ace7e6f841219dbc6035027c796bbe1a2a",
strip_prefix = "kafka_2.12-{version}",
urls = ["http://us.mirrors.quenda.co/apache/kafka/{version}/kafka_2.12-{version}.tgz"],
urls = ["https://mirrors.gigenet.com/apache/kafka/{version}/kafka_2.12-{version}.tgz"],
use_category = ["test"],
),
kafka_python_client = dict(
Expand Down

0 comments on commit 69ef5bb

Please sign in to comment.