case ZOOKEEPER:
throw new UnsupportedOperationException("Zookeeper-based configs are not implemented yet!");
default:
storeClientConfigs = null;
}
this.coordinator = new CoordinatorProxyService(config, storeClientConfigs);
if(!this.coordinator.isStarted()) {
this.coordinator.start();
}
}