Hi all, Is it possible to launch Kafka/Zookeeper servers via some part of the API? I noticed in this: http://stackoverflow.com/questions/16946778/how-can-we-create-a-topic-in-kafka-from-the-ide-using-api/ that it seems to be possible to create a ZK instance and add a topic to it, but is this the same as launching the ZK server as we would in the command line?
Similarly, would it be possible to do this for a Kafka server and have it connect to an existing ZK connection? Thanks!