Skip to content

Commit

Permalink
Restrict valid priority group names
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <rip@devco.net>
  • Loading branch information
ripienaar committed Nov 7, 2024
1 parent 182511d commit ce7100b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adr/ADR-42.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ In the initial implementation we should limit `PriorityGroups` to one per consum
multiple groups. In future iterations multiple groups will be supported along with dynamic partitioning of stream
data.

Valid `PriorityGroups` values must match `limited-term` (`(A-Z, a-z, 0-9, dash, underscore, fwd-slash, equals)+`) from ADR-6 and may not exceed 16 characters.

This is only supported on Pull Consumers, configuring this on a Push consumer must raise an error.

> [!NOTE]
Expand Down

0 comments on commit ce7100b

Please sign in to comment.