Show / Hide Table of Contents

    Enum RetryBackoffStrategy

    Type of a retry backoff used by KinesisFlow when pushing the request to Amazon Kinesis streams.

    Namespace: Akka.Streams.Kinesis
    Assembly: Akka.Streams.Kinesis.dll
    Syntax
    public enum RetryBackoffStrategy

    Fields

    Name Description
    Exponential

    A backoff delay that will be increasing RetryInitialTimeout by factor of two, eg. 500ms, 1s, 2s, 4s, 8s etc.

    Linear

    A backoff strategy that will apply a constant RetryInitialTimeout delay before the next attempt of pushing events to Amazon Kinesis.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX