Skip to content

Commit

Permalink
backport to v1.13: Fix Kafka Repository Location (#222)
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 authored Sep 29, 2020
1 parent 67a89b9 commit 96f8bd2
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 @@ -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",
Expand Down

0 comments on commit 96f8bd2

Please sign in to comment.