-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NXP-10.10-HF22, NXP-11.1-SNAPSHOT
-
Fix Version/s: NXP-10.10-HF23
-
Component/s: AI Nuxeo Services
-
Tags:
-
Team:AI
-
Sprint:nxAI Sprint 11.1.29
-
Story Points:1
Introduce filters for Export pipeline to handle potentially large records that can interrupt BAF from working properly.
An example:
<stream name="exp-dataset-update" partitions="1"> <filter name="overflow" class="org.nuxeo.ecm.core.transientstore.computation.TransientStoreOverflowRecordFilter"> <option name="storeName">default</option> <option name="thresholdSize">2621440</option> <option name="storeTTL">4h</option> </filter> </stream>
- Is referenced in