You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(2.12) [IMPROVED] Error on missing Nats-Expected-Last-Subject-Sequence (#7196)
The `Nats-Expected-Last-Subject-Sequence-Subject` header was added in
#5281, but we would not
return an error if it was specified without the
`Nats-Expected-Last-Subject-Sequence` header.
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
// NewJSStreamExpectedLastSeqPerSubjectInvalidError creates a new JSStreamExpectedLastSeqPerSubjectInvalid error: "missing sequence for expected last sequence per subject"
// NewJSStreamExpectedLastSeqPerSubjectNotReadyError creates a new JSStreamExpectedLastSeqPerSubjectNotReady error: "expected last sequence per subject temporarily unavailable"
0 commit comments