There was an error while loading. Please reload this page.
1 parent ac0f1df commit 5ae9c92Copy full SHA for 5ae9c92
1 file changed
tests/e2e/fixtures/services.py
@@ -27,7 +27,7 @@ def download_kafka(version="2.12-2.6.0"):
27
28
if not os.path.isfile(local_path):
29
r = requests.get(
30
- f"https://downloads.apache.org/kafka/2.6.0/kafka_{version}.tgz"
+ f"https://archive.apache.org/dist/kafka/2.6.0/kafka_{version}.tgz"
31
)
32
33
with open(local_path, "wb") as f:
0 commit comments