-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Streams
-
Release Notes Summary:Bulk execution flags are not available at the bulk command level
-
Epic Link:
-
Tags:
-
Sprint:nxplatform #99
-
Story Points:5
Since NXP-30985 and NXP-32091 there are new flag that can be set on bulk action definition:
- sequentialScroll
- sequentialProcessing
- exclusive
But we might want to use this flag at the bulk command level instead of the action definition.
For instance, the bulk reindex action enable to reindex docs according to an NXQL query but can also perform a full reindex. We want the full reindex performed via the management API to be exclusive while other reindex commands can be run concurrently.
The bulk command message must be updated to add the new flags.