You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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