}
@Bean
public ZooKeeperModuleMetadataRepository zooKeeperModuleMetadataRepo() {
return new ZooKeeperModuleMetadataRepository(zooKeeperConnection(), new ZooKeeperStreamRepository(
zooKeeperConnection()), new ZooKeeperJobRepository(zooKeeperConnection()));
}