I am working on a Spring Boot Batch application. I have problem with Batch Metadata tables in production. It gives deadlock on Metadata table update. I have two doubts
1) Is it possible to bye-pass Metadata table data insertion? but still need to insert data to my application database
2) If the above approach is not possible, is it possible to have metadata table entry only to a separate datasource?