@s2-dev/streamstore - v0.18.1
    Preparing search index...

    Type Alias AppendRetryPolicy

    AppendRetryPolicy: "all" | "noSideEffects"

    Policy for retrying append operations.

    • all: Retry all append operations, including those that may have side effects (default)
    • noSideEffects: Only retry append operations that are guaranteed to have no side effects