Skip to content

Event Processor #46

@lefig

Description

@lefig

I am struggling to add an Event Processor. Such as...
EvenGatewayActorRef = await MainActorSystem
.SetupEven()
.UseStore(memoryStore)
.AddProjection()
.AddEventProcessor()
.Start("even");

The problem is the Ask timeout. I am really struggling with debugging the cause. Any pointers would be most appreciated. Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions