Skip to content

Request-Response pattern #11

@ghost

Description

Sometimes an actor should send a response on a received message. To this we should implement:

  1. The ID message pattern
  2. The Correlation ID message pattern
  3. A timeout event handler if an actor doesn't receive a response in a bounded time.

In additional using request-response pattern should be transparency for any actor. In other words an actor should not know wheither it sends response or it resends received message to other actor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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