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
if an offset listener was registered with a higher offset before all lower offset had been notified the lower offsets may not be notified even if their offset is available to read.
for example:
empty stream
register an offset listener for offset 0 against a replica
register an offset listener for offset 1
write a single entry and wait for applied notification
no osiris_offset message is received even though offset 0 is now committed.
In terms of RabbitMQ impact this means sometimes some consumer of a stream replica may experience a delay receiving messages.
The text was updated successfully, but these errors were encountered:
Describe the bug
if an offset listener was registered with a higher offset before all lower offset had been notified the lower offsets may not be notified even if their offset is available to read.
for example:
osiris_offset
message is received even though offset 0 is now committed.In terms of RabbitMQ impact this means sometimes some consumer of a stream replica may experience a delay receiving messages.
The text was updated successfully, but these errors were encountered: