Property PriorityGroups
PriorityGroups
Defines a collection of priority groups for a pull consumer.
[JsonPropertyName("priority_groups")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? PriorityGroups { get; init; }
Property Value
Remarks
The priority group names must conform to the requirements outlined in ADR-6: alphanumeric characters, dashes, underscores, forward slashes, or equals signs are allowed, with a maximum length of 16 characters per group. Configuring this property for a push consumer will result in an error.