Renjie Cai

Results 36 comments of Renjie Cai

哦~ 可能是我用的 chrome tab 键搜索,跳转到的是老版页面

https://s.weibo.com/weibo/%E5%85%B3%E9%94%AE%E8%AF%8D 其实应该算微博的 bug

The return type of these api are dynamically generated class from the swagger specs. So it's kinda hard to document. Cause when I doc a rtype like `:rtype: etcdserverpbSnapshotResponse` is...

https://github.com/etcd-io/etcd/blob/master/Documentation/dev-guide/api_grpc_gateway.md > etcd v3 uses gRPC for its messaging protocol. The etcd project includes a gRPC-based Go client and a command line utility, etcdctl, for communicating with an etcd cluster...

async stateful util not supported, yet. I opened a issuse https://github.com/Revolution1/etcd3-py/issues/16 long time ago, if you need this feature, I can try starting working on it.

yes, you can use raw api `client.watch_create` instead https://github.com/Revolution1/etcd3-py/blob/master/etcd3/stateful/watch.py#L386-L417

this repo supports python2 and python3 with asyncio and stateful utils with human friendly api