From d3358990547d31b5ea4f0bf5841e8f672d9d9863 Mon Sep 17 00:00:00 2001 From: Antonio Vicente Date: Fri, 25 Sep 2020 15:30:48 -0400 Subject: [PATCH] backport to v1.15: Fix Kafka Repository Location Update mirror used to fetch kafka dependency to a valid, working mirror. Based on #13025 Resolves #13011 Signed-off-by: Antonio Vicente --- 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 dd46d1504297..4b5cabb83988 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -312,7 +312,7 @@ REPOSITORY_LOCATIONS = dict( kafka_server_binary = dict( sha256 = "a009624fae678fa35968f945e18e45fbea9a30fa8080d5dcce7fdea726120027", strip_prefix = "kafka_2.12-2.2.0", - urls = ["http://us.mirrors.quenda.co/apache/kafka/2.2.0/kafka_2.12-2.2.0.tgz"], + urls = ["https://mirrors.gigenet.com/apache/kafka/2.2.0/kafka_2.12-2.2.0.tgz"], ), kafka_python_client = dict( sha256 = "81f24a5d297531495e0ccb931fbd6c4d1ec96583cf5a730579a3726e63f59c47",