Open
Description
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