Mongo backed jobRepository not working when using parallel processing Multi-threaded Step /asynch writer processor #4814
Labels
status: waiting-for-reporter
Issues for which we are waiting for feedback from the reporter
type: bug
Uh oh!
There was an error while loading. Please reload this page.
i faced MongoDB WriteConflict Error when tried to use parallel processing in my job application
Environment
using spring boot 3.4.5 with spring batch , mongodb 4.4
situation i read from a mongo db -> trnsfrom -> write to another mongo db, i use mongo as db for jobrepository collections
i use cursor based item reader and the standard mongoitemwriter
The text was updated successfully, but these errors were encountered: