If the user chooses to root the ZK connection under an alternate path, it'd be helpful if blur could just create that root path prior to connecting. Currently, we assume it already to exist.
e.g. zkConnStr=localhost:2181/test/ #first connect to localhost:2181 # check for /test, create if not #then reconnect to the original conn str. Thoughts? --tim
