Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-16157

salesforce: Support composite's new collateSubrequests option

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • None
    • None
    • camel-salesforce
    • None
    • Unknown

    Description

      From the docs:

      Controls whether the API collates unrelated subrequests to bulkify them (true) or not (false).

      When subrequests are collated, the processing speed is faster, but the order of execution is not guaranteed (unless there is an explicit dependency between the subrequests).

      If collation is disabled, then the subrequests are executed in the order in which they are received.

      Subrequests that contain valid HTTP headers are not collated.

      In API version 49.0 and later, the default value is true. In version 48.0, the default value is false.
      Subrequests can be collated if they meet these conditions: * The HTTP methods are the same.

      • The API versions of the resources are the same.
      • The parents of the resources are /sobjects resources.
      • No more than five sObjects resources are present across a grouping of subrequests.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jeremyross Jeremy Ross
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: