'Can Spring Batch be used to fetch response from REST API
I have a Spring boot REST App which Encrypts the data and posts on to another REST application (Vault) which encrypts and stores the sensitive data and return a reference key for the same. This key is then stored in the client application. Right now I have used multiple threads to post the data using HttpClient and fetch the reference key. Can I Use Spring batch to do the same? All the sample application available for Spring Batch are using it to process CSV. Can It also be used to process data through REST API.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
