-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Bulk
-
Tags:
For BAF we want to have an easy way to register actions. Currently we need to register the action stream processor on nuxeo-runtime-stream and the action name on nuxeo-core-bulk:
<extension target="org.nuxeo.ecm.core.bulk" point="actions"> <action name="setProperties"/> </extension> <extension target="org.nuxeo.runtime.stream.service" point="streamProcessor"> <streamProcessor name="setProperties" class="org.nuxeo.ecm.core.bulk.actions.SetPropertiesAction" logConfig="bulk" defaultConcurrency="1" defaultPartitions="1"> <option name="batchSize">50</option> <option name="batchThresholdMs">200</option> </streamProcessor> </extension>
- is related to
-
NXP-26987 Allow to configure stream producer
- Resolved