Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-19573

Allow importer to work in non-bulk mode

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 7.10-HF09, 8.3
    • Component/s: Importer

      Description

      Today the importer is automatically setting the event service in bulk mode during import.

      This may be undesirable (for instance when we still want regular Work instances to be created for async events during import), so a flag to disable bulk mode for the importer would be nice to have.

      With the following contribution one can now configure the importer to work in non-bulk mode, which is a bit slower but allows regular Work instances to be created and directed to specific queues:

        <extension target="org.nuxeo.ecm.platform.importer.service.DefaultImporterComponent" point="importerConfiguration">
          <importerConfig>
            <bulkMode>false</bulkMode>
          </importerConfig>
        </extension>
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 hour
                  1h