I downloaded the file kafka_2.11-2.1.0
from the Kafka website, unzipped it, and as instructed, ran the command to start the built-in Zookeeper server. But when I do so, nothing happens:
$ ./bin/zookeeper-server-start.sh ./config/zookeeper.properties
$
No error is shown, simply nothing happens.
I'm doing this on macOS Mojave.
I tried rebooting. Not sure what else to try, as there's simply no error message to google for. Any ideas?