From 38c254bfcdfdf50e3119571f2642f4b91afff025 Mon Sep 17 00:00:00 2001 From: antonio Date: Tue, 29 Sep 2020 01:19:25 -0400 Subject: [PATCH] backport to v1.14: Fix Kafka Repository Location (#224) 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 9a97decee91f..7d1586ed8731 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -323,7 +323,7 @@ REPOSITORY_LOCATIONS = 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"], ), kafka_python_client = dict( sha256 = "454bf3aafef9348017192417b7f0828a347ec2eaf3efba59336f3a3b68f10094",