maurerle commented on PR #4628: URL: https://github.com/apache/cassandra/pull/4628#issuecomment-3940495153
@arvindKandpal-ksolves - there is already an AsyncioReactor experimental available (due to limited asyncio support in ancient python versions (3.4, 3.5). Wouldn't it be possible to use this as the default instead in a follow up PR? https://github.com/apache/cassandra-python-driver/blob/trunk/cassandra/io/asyncioreactor.py I somehow could not build and test the asyncio reactor here, as I did not get the test setup running. Or are there any other known issues with the asyncio reactor? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

