135136137138139140141142143144145146147148149150151
} } }); RemoteOperation operation = new SshBrokerStarter(hostNames, sshPrivateKey, hostUserId, brokerIds, kafkaRootDirectory, kafkaConfig, kafkaLog, zkHostNames, zkPort); operation.execute(); }