Skip to content

Commit 5ae9c92

Browse files
authored
fix kafka download url (#1298)
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
1 parent ac0f1df commit 5ae9c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/fixtures/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def download_kafka(version="2.12-2.6.0"):
2727

2828
if not os.path.isfile(local_path):
2929
r = requests.get(
30-
f"https://downloads.apache.org/kafka/2.6.0/kafka_{version}.tgz"
30+
f"https://archive.apache.org/dist/kafka/2.6.0/kafka_{version}.tgz"
3131
)
3232

3333
with open(local_path, "wb") as f:

0 commit comments

Comments
 (0)