Spring Batch - Process lines in huge file, start new job for each line
问题 Addition to this question: Spring Batch - where does the process run Once every hour i get a huge file with Usage Data for a set of services. A Usage Data line has a UserId and a ServiceId and how long/much the service has been used. For each Usage Data i need to check which Subscription the User has, and how much the service cost per. unit for this particular Subscription. This will result in a line i can bill to the user. For each line: Database: Find Subscription by User Database: Find