Skip to content

Retry on EventStore.Client.NotLeaderException #34

@iblazhko

Description

@iblazhko

Occasionally, we see the EventStore.Client.NotLeaderException.

Currently the BullOak operation fails and events are not stored to the stream.

It appears that EventStore client does not implement retries on this exception internally:
kurrent-io/KurrentDB-Client-Dotnet#263 (comment)

Proposed solution is to implement retry directly in BullOak, because it will be closest to the source of error.

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