I have installed zookeeper and kafka, first step : running zookeeper by the following commands :
bin/zkServer.sh start
bin/zkCli.sh
second step : running kafka server
bin/kafka-server-start.sh config/server.properties
kafka should run at localhost:9092
but I am getting the following error :
WARN Unexpected error from /0:0:0:0:0:0:0:1; closing connection (org.apache.kafka.common.network.Selector)
org.apache.kafka.common.network.InvalidReceiveException: Invalid receive (size = 1195725856 larger than 104857600)
I am following the following link : Link1 Link2
I am new to kafka ,please help me to set it up.