arcus-azure/arcus.messaging

Remove `UsingMessageCorrelationEnricher` from `MessageRouter`

stijnmoreels opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Previously, we tried to reuse the Serilog's log context enrichment with our message correlation, but that gave unwanted results.

Describe the solution you'd like
Remove the UsingMessageCorrelationEnricher protected method from the MessageRouter in the Arcus.Messaging.Abstractions project.

Will be assigned to @pcarmo when accepted invite.