Skip to content

Commit

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

Based on #13025
Resolves #13011

Signed-off-by: Antonio Vicente <avd@google.com>
  • Loading branch information
antoniovicente committed Sep 29, 2020
1 parent b6be144 commit 3c3c14e
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 @@ -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(
Expand Down

0 comments on commit 3c3c14e

Please sign in to comment.