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 2018/12/07 15:50:00 UTC

[jira] [Created] (SYNCOPE-1409) Avoid double round-trip to External Resource during Push

Francesco Chicchiriccò created SYNCOPE-1409:
-----------------------------------------------

             Summary: Avoid double round-trip to External Resource during Push
                 Key: SYNCOPE-1409
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1409
             Project: Syncope
          Issue Type: Improvement
          Components: core
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 2.0.12, 2.1.3, 3.0.0


During execution of Push Task, the following operation sequence is found:
 # read on External Resource to assess whether MATCHING or UNMATCHING rule is to apply
 # create and execute a Propagation Task - which will
 ## read on External Resource to decide for actual create or update
 ## read on External Resource afterwards, to check for the result
 # read on External Resource afterwards, for Audit / Reporting

It seems far from efficiency, round-trip should be reduced to 1 read before / 1 read afterwards.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)