Table of Contents

Property MaxConsecutive503Errors

Namespace
NATS.Client.JetStream
Assembly
NATS.Client.JetStream.dll

MaxConsecutive503Errors

Maximum number of consecutive 503 "No Responders" errors before the consumer is considered deleted and consumption stops. This helps detect when an ephemeral consumer has vanished on the server. Set to -1 to disable this check. (default: 10)

public int MaxConsecutive503Errors { get; init; }

Property Value

int