Open kjnilsson opened 1 year ago
This could be useful when needing to re-create a stream (for some reason) but still align to externally stored consume offsets.
https://groups.google.com/g/rabbitmq-users/c/GApahOXZOUU
There is already code in osiris_log to specify an initial_offset. This is currently only used by new replicas but could be extended to be supported by the writer role also.
osiris_log
initial_offset
writer
No response
Is your feature request related to a problem? Please describe.
This could be useful when needing to re-create a stream (for some reason) but still align to externally stored consume offsets.
https://groups.google.com/g/rabbitmq-users/c/GApahOXZOUU
Describe the solution you'd like
There is already code in
osiris_log
to specify aninitial_offset
. This is currently only used by new replicas but could be extended to be supported by thewriter
role also.Describe alternatives you've considered
No response
Additional context
No response