arcus-azure/arcus.messaging

Generate operation ID when no application property is available with a new one

stijnmoreels opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently, we don't generate a new operation ID when receiving an Azure Service Bus message without an operation ID application property. This operation ID is required as it will be used for parent linking later.

Describe the solution you'd like
Generate an operation ID in the message pump / message router (? for Azure Functions) when no application property is found for the operation ID.

I think we already do this.