Class KafkaKeyMemberAttribute
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.).
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.Kafka.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class KafkaKeyMemberAttribute : Attribute
Constructors
KafkaKeyMemberAttribute()
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.).
Declaration
public KafkaKeyMemberAttribute()