697071727374757677787980
hostNames.add(hostNamePair.getInternalHostName()); else hostNames.add(hostNamePair.getExternalHostName()); } RemoteOperation operation = new RsyncDeployer(hostNames, sshPrivateKey, hostUserId, sourceDirectory, kafkaRootDirectory); operation.execute(); }