metadatacenter / cedar-project

Build project for all CEDAR Java repositories
https://github.com/metadatacenter/cedar-docs/wiki
Other
12 stars 1 forks source link

External REST request tracking #495

Open martinjoconnor opened 7 years ago

martinjoconnor commented 7 years ago

When an external REST request arrives at a CEDAR service assign a unique ID to that request and pass it through all subsequent request-satisfying internal REST calls to other services (via HTTP header) so that the repercussions of each call can be tracked subsequently.

martinjoconnor commented 7 years ago

Related to #475