reset strategy is "earliest" but is there an api c...
# troubleshooting
e
reset strategy is "earliest" but is there an api call to tell pinot to reset realtime ingestion?
s
If offsets are reset I see no way to recover the realtime table. You will need to drop the realtime table and recreate it. At some point, the consumers will just be waitinfor events and see no more
Offsets are expected to increase monotonically (not necessarily sequentially)
e
Got it, this is really good to know!