You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/11/27 23:24:48 UTC

[GitHub] [openwhisk-runtime-dotnet] rabbah commented on issue #26: Raw requests to skip JObject conversion

rabbah commented on issue #26: Raw requests to skip JObject conversion
URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/26#issuecomment-559283977
 
 
   In general the downside of this approach is breaking the openwhisk json in/json out abstraction. Worse directly exposing the http request object while performant breaks the "serverless" abstraction. It would be better to pass in a streamable buffer for i/o. We have moved toward something similar with a piped approach for function i/o.
   
   You can certainly do this with a custom dotnet runtime. I think this would be worthwhile to also raise on the Apache OpenWhisk dev list.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services