I have a requirement to store list of elements for eg , 100, 120 ,130 etc in a list and check if this list has data based on input message,Can someone expalin me how to achieve the same in ES ...
I have a scenario where in , I recieve multiple records from FileInput node , do a lookup from DB and call a webservices to get the decrypted data . Based on webservice response and DB look ...