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/08/16 21:01:18 UTC

[GitHub] [openwhisk] chetanmeh opened a new issue #4585: Pass TransactionId to action containers

chetanmeh opened a new issue #4585: Pass TransactionId to action containers
URL: https://github.com/apache/openwhisk/issues/4585
 
 
   Currently we pass the `activation_id` as part of `/run` call to any [action runtime][1]. In addition to that we should also pass `transaction_id` to enable correlating flow across multiple action invocation in sequence/composition at end user level. 
   
   To enable this 2 changes need to be done
   
   1. expose the transaction id to runtime container
   2. propagate the transaction id in requests initiated from runtime container/controller
   
   See [mail thread][2] for discussion
   
   [1]: https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#activation
   [2]: https://lists.apache.org/thread.html/f8b73a9ffb0d09a50aecfb54538da2e8365c54dcc3e26a78382ad7bd@%3Cdev.openwhisk.apache.org%3E

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