You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyth...@googlegroups.com
From looking at the code, it seems that kazoo is thread-safe, i.e. once a KazooClient object is started in one thread the same object can be used in multiple threads simultaneously since each call to Zookeeper is done in handler thread and calling thread just inserts the request in the queue. Kindly let me know if my understanding is correct.