Where Ksql keeps the offset to check the last read row from the database using connector

I m having ksql connector that takes data from the SQL server and publishes it to Kafka.
The question is:
suppose my Ksql container restarted because so some issues then how ksql keep track of the last read row from the db?
Or will it reread the data from the start once the Ksql container restart?

This topic was automatically closed after 30 days. New replies are no longer allowed.