Python - Inject own CorrelationId non web-service
I have a distributed pipeline written mostly in Python that receives a CorrelationId provided from an upstream client call to an API. This CorrelationId is passed along to each component in the processes, but not through a Request header each time a...