Table of Contents

Class KafkaKeyMemberAttribute

Namespace
Silverback.Messaging.Messages
Assembly
Silverback.Integration.Kafka.dll

The values of the properties decorated with this attribute are used to build the message key that will be used by Kafka (for partitioning, compacting, etc.).

[AttributeUsage(AttributeTargets.Property)]
public sealed class KafkaKeyMemberAttribute : Attribute
Inheritance
KafkaKeyMemberAttribute
Inherited Members

Constructors

KafkaKeyMemberAttribute()

public KafkaKeyMemberAttribute()