Charles-Henri de Boysson

Results 25 comments of Charles-Henri de Boysson

Hi, You keep saying "leader election" but you mean lock owner ("leader election" has special meaning in Zookeeper). So, in your example, let's say we have 3 clients contending for...

@python-zk/maintainers This is a first draft. Let me know if you like the direction and I'll add tests, etc. Full disclosure, we have had a version of this patch in...

No, at least not in this current form. Sync requests will block, as if the zk server was slow. This was designed for async requests so that code, possibly in...

I'll add a log message for now, and move to add some tests. About metrics, i was talking to opentelemetry folks at KubeCon about exactly that. it looks like it...

@python-zk/maintainers I think I have implemented all what we discussed. All the more "future looking" ideas discussed here (prometheus, OTL,) would be addressed in future PRs