Is there a way to specify the kafka offset before a pipeline gets restarted ?
Basically ,do we have any similar options supported by the kafka-consumer command in singlestore to do the following :
- reset offset to the latest message
- reset offset from a datetime
- reset offset to the earliest message
Thank you