After deleting the source connector from Kafka connect, saved offsets for this connector are still present in the Kafka. When the same connector with the same name is started again then it starts to process data from the last saved offset. Changing the name of the connector is not a solution since it makes hard to automate connector submission.
Is there a workaround for this problem (renaming the source connector is not an options)