* routingConfiguration.isForceTCP()), type, channelCreator); }
*/
private FutureRouting createRouting(TrackerBuilder<?> builder, Type type, ChannelCreator channelCreator) {
RoutingBuilder routingBuilder = builder.createBuilder(builder.routingConfiguration());
routingBuilder.locationKey(builder.locationKey());
routingBuilder.domainKey(builder.domainKey());
routingBuilder.peerFilters(builder.peerFilters());
return routing.route(routingBuilder, type, channelCreator);
}