client.getClient().rebalance(topologyName, null);
} else {
int delaySeconds = Integer.parseInt(args[1]);
RebalanceOptions options = new RebalanceOptions();
options.set_wait_secs(delaySeconds);
client.getClient().rebalance(topologyName, options);
}
System.out.println("Successfully submit command rebalance "