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
| First |`{'x-stream-offset':'first' }`| Start from the first message in the log |
33
-
| Last |`{'x-stream-offset':'last' }`| Start from the last "chunk" of messages (could be multiple messages) |
34
-
| Next |`{'x-stream-offset':'next' }`| Start from the next message (the default) |
35
-
| Offset |`{'x-stream-offset': 5 }`| a numerical value specifying an exact offset to attach to the log at |
36
-
| Timestamp |`{'x-stream-offset': { '!':'timestamp',value:1686519750 } }`| a timestamp value specifying the point in time to attach to the log at. The timestamp must be the number of seconds since 00:00:00 UTC, 1970-01-01. Consumers can receive messages published a bit before the specified timestamp. |
37
-
| Interval |`{'x-stream-offset':'1h' }`| the time interval relative to current time to attach the log at. Valid units are Y, M, D, h, m and s |
| First |`{'x-stream-offset':'first'}`| Start from the first message in the log |
33
+
| Last |`{'x-stream-offset':'last'}`| Start from the last "chunk" of messages (could be multiple messages) |
34
+
| Next |`{'x-stream-offset':'next'}`| Start from the next message (the default) |
35
+
| Offset |`{'x-stream-offset':5}`| a numerical value specifying an exact offset to attach to the log at |
36
+
| Timestamp |`{'x-stream-offset':{'!':'timestamp',value:1686519750}}`| a timestamp value specifying the point in time to attach to the log at. The timestamp must be the number of seconds since 00:00:00 UTC, 1970-01-01. Consumers can receive messages published a bit before the specified timestamp. |
37
+
| Interval |`{'x-stream-offset':'1h'}`| the time interval relative to current time to attach the log at. Valid units are Y, M, D, h, m and s |
38
38
39
39
40
40
See https://www.rabbitmq.com/streams.html#consuming for more details
0 commit comments