From 69ef5bbc57203fcef041c521c393549e2606752a Mon Sep 17 00:00:00 2001 From: John Murray <63568820+murray-stripe@users.noreply.github.com> Date: Wed, 9 Sep 2020 11:28:28 -0400 Subject: [PATCH] Fix Kafka Repository Location (#13025) 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 --- bazel/repository_locations.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index c0dfc2522310..547d2bfa47bb 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -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(