I'd like some input on this pull request that I'm currently working on. I'm resolving issues which we introduced when we updated to the newer Python 3 and newer HTTP API frameworks like FastAPI.
Specifically I need help with the question I posted in this comment. There is a limitation in the FastAPI framework which made the current code not work. I'm fixing it by simplifying a perhaps outdated implementation for HTTP APIs. But I wanted some input. Is it better to keep the Response Evelope on the HTTP API calls? We weren't really using it. https://github.com/apache/incubator-heron/pull/3786#issuecomment-1079236798 Thanks, Nick
