Want to get data from latest offset from kafka

I’m reading the data from the kafka pipeline to memsql table… But the piepline is stucked in the error state because of previously pushed data …

can we load the data from the kafka from recent offset value?

we can skip the failed records by setting global variable pipelines_stop_on_error status to OFF…
It was skipping the failed records and process from the next one.