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
=== RUN TestOrderedConsumerOptStartTimeOverride
min_test.go:60: expected subject to be test.2, got test.1
--- FAIL: TestOrderedConsumerOptStartTimeOverride (0.00s)
The text was updated successfully, but these errors were encountered:
Observed behavior
With the following config for OrderedConsumer:
All messages are delivered, not starting from sequence 2.
The nats server log have the following:
Note that the deliver_policy is set to by_start_time.
Expected behavior
Messages starting from sequence 2 should be delivered.
Server and client version
golang v1.23.2
nats-server v2.10.22
github.com/nats-io/nats.go v1.37.0
Host environment
No response
Steps to reproduce
Results in:
The text was updated successfully, but these errors were encountered: