This message was deleted.
# troubleshooting
s
This message was deleted.
g
By default, new ingestions do start from the latest offset
i.e., into a fresh datasource
if you're using an existing datasource you can reset the supervisor, that will reset the offsets to latest (or earliest, if
useEarliestOffset: true
)
b
It is always taking earliest
What I did is made earliest offset falset
And did hard reset
It worked
g
👍 good to hear!