I have a large soap xml file with at least 10000+ transactions, that is stored in an azure blob. I am reading the xml content from azure and have to send individual transaction to the server for processing.
How can I manage the records that are read already in case when my client abruptly shutdowns. I don't want to read all the messages from the blob again.
Is there a way to manage the indexing and resume back from the same point where I left during the exception ??