You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (Jira)" <ji...@apache.org> on 2022/12/23 15:09:00 UTC

[jira] [Updated] (SYNCOPE-1716) Concurrent handling for pull and push tasks

     [ https://issues.apache.org/jira/browse/SYNCOPE-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò updated SYNCOPE-1716:
--------------------------------------------
    Description: 
ConnId's implementations for {{SyncApiOp}} and {{SearchApiOp}} (used by Syncope to pull in all [supported modes|https://syncope.apache.org/docs/3.0/reference-guide.html#pull-mode]) 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.

Simiarl logic applies to push tasks.

  was:
ConnId's implementations for {{SyncApiOp}} and {{SearchApiOp}} (used by Syncope to pull in all [supported modes|https://syncope.apache.org/docs/3.0/reference-guide.html#pull-mode]) 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.

        Summary: Concurrent handling for pull and push tasks  (was: Concurrent handling for pull tasks)

> Concurrent handling for pull and push tasks
> -------------------------------------------
>
>                 Key: SYNCOPE-1716
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1716
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console, core, documentation
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Major
>             Fix For: 3.0.1
>
>
> ConnId's implementations for {{SyncApiOp}} and {{SearchApiOp}} (used by Syncope to pull in all [supported modes|https://syncope.apache.org/docs/3.0/reference-guide.html#pull-mode]) 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.
> Simiarl logic applies to push tasks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)