Code0x58 edited a comment on pull request #3642: URL: https://github.com/apache/incubator-heron/pull/3642#issuecomment-739153079
While cleaning up and adding type annotations to python code in other parts of the codebase I have already been changing Tornado to FastAPI (e.g. [in heron ui](https://github.com/apache/incubator-heron/pull/3597)). The last remaining users of tornado after this are heron shell and one in integration test component. _p.s. on the lines of servers and async in python, heron instance uses asyncore (deprecated) which could probably also benefit from a clean up and migration to [asyncio](https://docs.python.org/3/library/asyncio-protocol.html#asyncio.Protocol)_ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
