-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.2
-
Epic Link:
-
Sprint:nxcore 10.2.8, nxcore 10.3.1
-
Story Points:5
We want to be able to follow progression of a Bulk giving its id.
These metrics will be returned in the BulkStatus.
Acceptance Criteria
BulkService.getStatus(String) is able to compute these kind of metrics/status:
- improve current state to reflect the processor status - SCHEDULED, SCROLLING, PROCESSING, COMPLETED, FAILED
- add number of processed documents
- add number of discard documents
- Throughput of processor ? and so an estimate time
- bridge scroller to this new stream
- add begin/end scroll time