Hi team, my table stopped consuming stream data an...
# troubleshooting
a
Hi team, my table stopped consuming stream data and the state of consuming segments is “consumerState”: “NOT_CONSUMING”. Any way I can do to make it continue consuming again?
It seems the segment offset is smaller than the actual smallest offset of this topic partition.
n
Can you try this config? Add it to stream config and then reset the segment https://github.com/apache/pinot/pull/8309
"auto.offset.reset":"earliest"
a
@Neha Pawar I followed your guide and it did continue consuming again. Thanks.