confluent-kafka-dotnet
Show / Hide Table of Contents

Class ConfigPropertyNames.Consumer

Consumer specific configuration properties.

Inheritance
object
ConfigPropertyNames.Consumer
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.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
In this article