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/09/11 15:40:10 UTC

[GitHub] [openwhisk] rabbah edited a comment on issue #4617: Add kind "unknown" to fallback activations

rabbah edited a comment on issue #4617: Add kind "unknown" to fallback activations
URL: https://github.com/apache/openwhisk/pull/4617#issuecomment-530438270
 
 
   > But all code locations that initially create the ActivationMessage know the action kind. So what about adding the action kind to the ActivationMessage when creating it?
   
   I think the current change is fine as is. In the two cases affected by the change in InvokerReactive. The first case: `get` failed in the second: `namespace` is blacklisted.
   
   What you're suggesting involves sending more information over the message bus. It's OK to do that but there is a cost to continuing to grown the activation message. Is it important enough to extend the ActivationMessage (serialization and deserialization costs) to cover two corner cases?
   
   I don't think there have been any recent plots to show performance costs to cross the message bus as a function of activation message - I'm curious to see those costs, since it's easy to add fields without knowing that the drawbacks might be. We've already done that several times without careful considerations iirc.

----------------------------------------------------------------
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