francescotimperi commented on issue #53: URL: https://github.com/apache/openserverless/issues/53#issuecomment-2358984967
To add a bit more of context the idea it is to create a runtime with proxy capabilities which will assume that - an env variable OW_USE_PROXY_MAIN=1 - action will create specifying a --main main@<hostname>:<port> Under this circumstances, the proxy will have to forward the request to a runtime running at the https://<hostname>:<port>, but the request has to be rewritten in a way that the --main params is transformed into something like --main main. The format main@<hostname>:<port> it not understood by any of the OpenWhisk action loop based runtimes, as they are only able to parse something like --main main or --main class#method (for Java). -- 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: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org