python-zk/kazoo

asyncio support

takeda opened this issue · 4 comments

What would you like to be added

Support to use Kazoo in asyncio based python code.

Why is this needed

AsyncIO became a first class citizen in python ecosystem and more and more applications are written with it in mind. It would be great if Kazoo could support it as well, especially that it does allow async commands already.

Hello,

Thank you for the issue.

Like you said, I think this would be a very nice addition too. An attempt has been made with #646 but, on my side, I am not very familiar developing for asyncio (I am just an user of this API) so I was not able to know if the proposed changes were the way to go and did not feel comfortable giving any feedback.

I can take some time to study how we should/could do it but if anyone in @python-zk/maintainers have some experiences developing for asyncio please feel free to shim in!
If you have any opinion about the proposed changes or some time to made a PR for this feature, please also feel free to do so!

Closing as duplicate of #185

Closing using reason "duplicate" rather than reason "complete"... @StephenSorriaux not sure if you've seen but this is a nifty new feature GitHub offers and makes it quicker to skim issues in search results etc. 🎉

@jeffwidman I didn't notice, thank you for the tips!