Class ConfigPropertyNames.Consumer
Consumer specific configuration properties.
Inheritance
System.Object
ConfigPropertyNames.Consumer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public static class Consumer
Fields
ConsumeResultFields
A comma separated list of fields that may be optionally set in ConsumeResult<TKey, TValue> objects returned by the Confluent.Kafka.Consumer`2.Consume(System.TimeSpan) method. Disabling fields that you do not require will improve throughput and reduce memory consumption. Allowed values: headers, timestamp, topic, all, none
default: all
Declaration
public const string ConsumeResultFields = "dotnet.consumer.consume.result.fields"
Field Value
Type | Description |
---|---|
System.String |