Hi guys, Pretty new to kafka and having sporadic issues with replication. Running Kafka *0.8.2.1 *:
$> find ./libs/ -name \*kafka_\* | head -1 | grep -o '\kafka[^\n]*' kafka_2.11-0.8.2.1-scaladoc.jar on a cluster of *3 brokers* : $> ./zookeeper-shell.sh localhost:19374 Connecting to localhost:19374 Welcome to ZooKeeper! JLine support is disabled WATCHER:: WatchedEvent state:SyncConnected type:None path:null *ls /brokers/ids * *[1, 2, 3] * is it normal that zookeeper reports no controllers : [...] *ls /controller * *[] * Or am I missing anything in the configuration ? Cheers, Francesco --