[TENE-674] maintain state in identifiers-harvester
Added logic to handle the restarting of a message in oai-identifiers if during its previous processing an interrupt occurred. Since kafka messages are handled asynchronously in this program, hence the broker(coordinator) does not know that a task interruption occurred. That is why all this logic was created.