confluent-kafka-dotnet
Show / Hide Table of Contents

Class ConfigPropertyNames

Names of all configuration properties specific to the .NET Client.

Inheritance
object
ConfigPropertyNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article