Details
-
Story
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
-
Concorde - Sprint 83, Concorde - Sprint 84
-
5
-
Concorde
Description
Purpose
To have the ability to import/load a chunk of UUIDs from file and send them to the ExportManager for the further processing
Implementation details
- Create the ImportManager, register it to listen to the event bus the same way as the ExportManager (see InitApi)
- Implement SourceStreamReader#getSourceStream, reuse this PoC https://github.com/folio-org/mod-data-export/pull/2
- Use SourceStreamReader to read UUIDs and send them to the ExportManager
- Call ImportManager from data-export/export endpoint (DataExportImpl) to start export process
- After the export for a given bunch is done, the ExportManager calls ImportManager back to request next UUIDs
- Cover with tests
Acceptance Criteria
- If the endpoint /export is triggered, then the ImportManager calls ExportManager sending UUIDs, the ExportManager calls back ImportManager to request next UUIDs
- API tests are written
TestRail: Results
Attachments
Issue Links
- defines
-
MDEXP-34 Export inventory instance record with underlying MARC Bib record in binary MARC format
-
- Closed
-
-
UXPROD-2065 Export Manager - data export landing page
-
- Closed
-