You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during build i get the following error:
--2021-02-12 15:06:37-- http://mirrors.estointernet.in/apache/kafka/2.5.0/kafka_2.12-2.5.0.tgz
Resolving mirrors.estointernet.in (mirrors.estointernet.in)... 43.255.166.254, 2403:8940:3:1::f
Connecting to mirrors.estointernet.in (mirrors.estointernet.in)|43.255.166.254|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-12 15:06:37 ERROR 404: Not Found.
Looking at the error, it seems to be broken link. You could try by updating the download link for Kafka.
Kafka Downloads -> https://kafka.apache.org/downloads
during build i get the following error:
--2021-02-12 15:06:37-- http://mirrors.estointernet.in/apache/kafka/2.5.0/kafka_2.12-2.5.0.tgz
Resolving mirrors.estointernet.in (mirrors.estointernet.in)... 43.255.166.254, 2403:8940:3:1::f
Connecting to mirrors.estointernet.in (mirrors.estointernet.in)|43.255.166.254|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-12 15:06:37 ERROR 404: Not Found.
The command '/bin/sh -c apt-get update && apt-get -y install git unzip wget && wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.5%2B10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && tar -xvzf OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && rm OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && wget http://mirrors.estointernet.in/apache/kafka/2.5.0/kafka_${VERSION}.tgz && tar -xvzf kafka_${VERSION}.tgz && rm kafka_${VERSION}.tgz && mv kafka_${VERSION} kafka' returned a non-zero code: 8
The text was updated successfully, but these errors were encountered: