Thanks. I committed this (and going through your other patches as well). However, if I do scripts/build image=apache-kafka scripts/run.py
I get all sorts of connection refused errors, and messages like org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 6000 until a few seconds later, the application shuts down. Were you able to use this package? How? -- Nadav Har'El [email protected] On Fri, Jan 12, 2018 at 4:31 AM, geraldo netto <[email protected]> wrote: > Signed-off-by: geraldo netto <[email protected]> > --- > apache-kafka/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/apache-kafka/Makefile b/apache-kafka/Makefile > index 63ed524..6fbc98d 100644 > --- a/apache-kafka/Makefile > +++ b/apache-kafka/Makefile > @@ -3,7 +3,7 @@ VERSION:=0.8.2.1 > NAME:=kafka > DIR:=kafka_$(SCALA)-$(VERSION) > TARBALL:=$(DIR).tgz > -URL:=http://mirror.ventraip.net.au/apache/$(NAME)/$(VERSION)/$(TARBALL) > +URL:=http://archive.apache.org/dist/$(NAME)/$(VERSION)/$(TARBALL) > > > module: ROOTFS usr.manifest > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups > "OSv Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
