Class ConfigPropertyNames
Names of all configuration properties specific to the .NET Client.
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public static class ConfigPropertyNames
Fields
CancellationDelayMaxMs
The maximum length of time (in milliseconds) before a cancellation request is acted on. Low values may result in measurably higher CPU usage.
default: 100 range: 1 <= dotnet.cancellation.delay.max.ms <= 10000
Declaration
public const string CancellationDelayMaxMs = "dotnet.cancellation.delay.max.ms"
Field Value
Type | Description |
---|---|
string |