Re: [PATCH] fix kafka mirror url (error 404)

2018-01-17 Thread Waldek Kozaczuk
In order to operate Kafka requires zookeeper to store and retrieve some configuration data. So the reason it fails is because there is no zookeeper running on port 2181. I am not sure how to run 2 OSv instances on same host (one kafka and one zookeeper) due to some networking port conflicts. Bu

Re: [PATCH] fix kafka mirror url (error 404)

2018-01-15 Thread Geraldo Netto
Hello Nadav/All, Indeed, I'm also facing the same issue and I think the problem is this: [2018-01-15 14:27:27,398] INFO Opening socket connection to server *localhost/127.0.0.1:2181 *. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientC

Re: [PATCH] fix kafka mirror url (error 404)

2018-01-15 Thread Nadav Har'El
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

[PATCH] fix kafka mirror url (error 404)

2018-01-11 Thread geraldo netto
Signed-off-by: geraldo netto --- 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:=ka