From 01b5b0554788fedc9757e74313e9f713cc360a73 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 3a35f054c424..017b973bfcc1 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -468,7 +468,7 @@ DEPENDENCY_REPOSITORIES = dict( kafka_server_binary = dict( sha256 = "b9582bab0c3e8d131953b1afa72d6885ca1caae0061c2623071e7f396f2ccfee", strip_prefix = "kafka_2.12-2.4.0", - urls = ["http://us.mirrors.quenda.co/apache/kafka/2.4.0/kafka_2.12-2.4.0.tgz"], + urls = ["https://mirrors.gigenet.com/apache/kafka/2.4.0/kafka_2.12-2.4.0.tgz"], use_category = ["test"], ), kafka_python_client = dict(