return new ZooKeeperConnection("localhost:" + embeddedZooKeeper().getClientPort());
}
@Bean
public ZooKeeperModuleMetadataRepository zooKeeperModuleMetadataRepo() {
return new ZooKeeperModuleMetadataRepository(zooKeeperConnection(), new ZooKeeperStreamRepository(
zooKeeperConnection()), new ZooKeeperJobRepository(zooKeeperConnection()));
}