Class DeliveryReport<TKey, TValue>
The result of a produce request.
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class DeliveryReport<TKey, TValue> : DeliveryResult<TKey, TValue>
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Properties
Error
An error (or NoError) associated with the message.
Declaration
public Error Error { get; set; }
Property Value
Type | Description |
---|---|
Error |
TopicPartitionOffsetError
The TopicPartitionOffsetError associated with the message.
Declaration
public TopicPartitionOffsetError TopicPartitionOffsetError { get; set; }
Property Value
Type | Description |
---|---|
TopicPartitionOffsetError |