Bind dispatcher idempotency keys to command identity #34
No reviewers
Labels
No labels
bug
design
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-auto-research!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/star-lang-dispatch-idempotency-identity-v1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Identity model
A proper redelivery can therefore receive a new message ID, causation link, attempt number, and timestamp while remaining the same command. Changing the payload or routing semantics under the same idempotency key is a conflict.
Verification
Stack
This draft is based on
agent/star-lang-bbp-runtime-journal-v1/ PR #33.Next