String machine = topology.getMachine();
if (machine != null) {
transportBuilder.machineId(machine);
}
}
transportBuilder.clusterName(this.name);
Executor executor = transport.getExecutor();
if (executor != null) {
builder.transport().transportThreadPool().threadPoolFactory(
ThreadPoolExecutorFactories.mkManagedExecutorFactory(executor));