0

We have two tables (same in both) in Db2 and postgreSQL. let's say table name is "user" has id, name, mailId as columns. We need to compare/validate these two tables. But for that we need two item readers for a single step in spring boot. In that case,how can we proceed with that?

We have tried with 2 item readers with step but there is no provision to keep 2 items readers in single step with only one processor (for comparing the data fetched from db2 and postgreSQL)

Any suggestions would be highly appreciated.

Dev-eloper
  • 21
  • 1
  • 4
  • How would you do that *without* spring batch? If you share your solution of the problem with a pseudo-algorithm, I can try to help you implement it with spring batch. – Mahmoud Ben Hassine Jun 12 '23 at 06:19

0 Answers0