How to maintain state or queue of requests in Web API
I have situation, where I have to receive requests in a Web API method, queue those request and then send the bulk to a database (Solr instance).
I have situation, where I have to receive requests in a Web API method, queue those request and then send the bulk to a database (Solr instance).