An open API service indexing awesome lists of open source software.

https://github.com/frosenberg/zk-pcache


https://github.com/frosenberg/zk-pcache

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Zookeeper PathCache implementation

Taken from [here](https://github.com/skynetservices/zkmanager) and extracted to be standalone.

### Run tests

Run Zookeeper instance:
```
docker run -d --rm -p 2181:2181 jplock/zookeeper
```

Run tests:

```
go test
```

If Zookeeper is not accessible via `localhost:2181`, then run the tests as follows:

```
ZK_SERVER=:2181 go test
```