Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ConnId's implementations for SyncApiOp and SearchApiOp (used by Syncope to pull in all supported modes) are designed to invoke sequentially the provided handler on each matching item.
At present, Syncope pull handler is sequentially processing each provided item.
This is not mandatory, however: pull handler's logic can be changed to optionally support concurrent processing, while keeping sequential acceptance.
Similar logic applies to push tasks.