if (rack != null) {
transportBuilder.rackId(rack);
}
String machine = topologyAddress.getMachineId();
if (machine != null) {
transportBuilder.machineId(machine);
}
}
transportBuilder.clusterName(this.name);
Executor executor = transport.getExecutor();