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

https://github.com/leodpen/please

PFS 之租约工具
https://github.com/leodpen/please

Last synced: about 1 year ago
JSON representation

PFS 之租约工具

Awesome Lists containing this project

README

          

# Please
PFS 之租约工具

> 当前只支持Zookeeper

## 使用

```yaml
please:
addresses: *.*.*.*:xxxx,*.*.*.*:xxxx
```

租约方法:
```java
@Please(key= "collectionId", waitTimeMs = 5000)
public void acquireLease(long collectionId) {
// TODO 写入文件
}
```