Class ConfigPropertyNames.Consumer
Consumer specific configuration properties.
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public static class ConfigPropertyNames.Consumer
Fields
ConsumeResultFields
A comma separated list of fields that may be optionally set in ConsumeResult<TKey, TValue> objects returned by the Consume(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 |
---|---|
string |