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
ResolveOffsetSpecResponse => Key Version CorrelationId ResponseCode OffsetType Offset
820
+
Key => uint16 // 0x801f
821
+
Version => uint16
822
+
CorrelationId => uint32
823
+
ResponseCode => uint16
824
+
OffsetType => uint16 // 4 (offset)
825
+
Offset => uint64
826
+
```
827
+
828
+
Resolves an offset specification to a concrete offset in a stream.
829
+
The client sends an offset specification (first, last, next, a specific offset, or a timestamp) and the server resolves it to the actual offset in the stream.
830
+
831
+
The response includes the type of the resolved value and the value itself.
832
+
Currently, the resolved value type is always `offset` (4).
833
+
834
+
Supported request properties:
835
+
836
+
* `filter.` (e.g. `filter.0`, `filter.1`, etc): prefix to use to define filter values
837
+
* `match-unfiltered`: whether to consider messages without any filter value or not
838
+
* `chunk_selector`: chunk selector to use for offset resolution
839
+
798
840
== Authentication
799
841
800
842
Once a client is connected to the server, it initiates an authentication
0 commit comments