rabbah commented on a change in pull request #4660: Include response size in 
Activation
URL: https://github.com/apache/openwhisk/pull/4660#discussion_r330550500
 
 

 ##########
 File path: 
common/scala/src/main/scala/org/apache/openwhisk/core/connector/Message.scala
 ##########
 @@ -338,7 +339,8 @@ object Activation extends DefaultJsonProtocol {
       "kind",
       "conductor",
       "memory",
-      "causedBy")
+      "causedBy",
+      "size")
 
 Review comment:
   > Enables including the response size in ActivationResponse, WhiskActivation 
and eventually in Activation object sent to events topic
   
   Why not not just calculate this where needed and avoid changing the message 
or the interfaces below?

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


With regards,
Apache Git Services

Reply via email to