#!/bin/sh # Start a cluster of brokers on local host. # Print the cluster's URL. # test -f cluster.ports && { echo "cluster.ports file already exists" ; exit 1; } test -z "$*" && { echo "Usage: $0 cluster-size [options]"; exit 1; } SIZE=$1 shift OPTS=$* for (( i=0; i cluster.ports