Hi, I am following the "Hello Samza" tutorial here: http://samza.apache.org/startup/hello-samza/0.9/ .Following all the steps I get an error/warn (no brokers found when trying to rebalance.) when I try to consume the topic using the command
deploy/kafka/bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic wikipedia-raw The run-job.sh command ran successfully (I think) with no error and a "job started successfully" message. Are there any logs I could look at to understand what is happening? Thanks, Rohit