Skip to content

Add an id to MessageContext that helps to follow sequences of messages #50

Description

@ablanchet

Add a CorrelationId to MessageContext that will help to follow a sequence of messages (commands or events).

It should be fairly simple : a new id is generated and used when a new message is created and then all the following messages that will be created by the handlers of this message will simply use and forward the given correlation id.

This id could be a Guid or something else, like Originator + MessageId + Timestamp ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions