confluent-kafka-dotnet
Show / Hide Table of Contents

Enum MessageComponentType

Enumerates different parts of a Kafka message

Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public enum MessageComponentType

Fields

Name Description
Key

The message key.

Value

The message value.

In this article