Skip to content

Commit

Permalink
handle non counter messages on a counter
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Jan 9, 2025
1 parent de40992 commit a742314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adr/ADR-48.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Headers:
counter, an error is returned to the user and the message is rejected
* When a message with the header is received over a Source processing is done as above
* When a message with the header is received over a Mirror the message is stored verbatim
* When a message without the header is received and the previous message is a counter this will also be rejected,
though this could be very expensive on streams with many non counter messages being written to them


# Stream Configuration
Expand Down

0 comments on commit a742314

Please sign in to comment.