Hi All, I am using the Samza low level API and would like to be able to manipulate the offsets for my Kafka input topics to be able to reprocess data from a previous point in time.
It looks like the functionality to do this was introduced by SEP-18. Does anyone know of any code example showing how to use this feature? Thanks.