rabbah commented on issue #3210: Passing action container ID in response header or body. URL: https://github.com/apache/incubator-openwhisk/issues/3210#issuecomment-359558339 My first reaction: that really breaks the function/container abstraction and leaks implementation details. You can know if an action ran inside a warn container or a new container by inspecting the annotations in the activation record. The presence of an `initTime` annotation indicates new container. See https://github.com/apache/incubator-openwhisk/blob/master/docs/annotations.md#annotations-specific-to-activations.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
