Extension point streamProcessor
In component org.nuxeo.runtime.stream.service
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="streamProcessor" target="org.nuxeo.runtime.stream.service"> <streamProcessor class="org.nuxeo.ecm.platform.audit.impl.StreamAuditWriter" defaultConcurrency="1" defaultPartitions="1" logConfig="audit" name="auditLogWriter"> <option name="batchSize">25</option> <option name="batchTimeThresholdMs">500</option> </streamProcessor> </extension>