-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF30, 11.2, 2021.0
-
Component/s: Streams
-
Release Notes Summary:An option is available to disable Stream Processing on a given node.
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #12
-
Story Points:3
Since NXP-24314 we have a way to disable WorkManager processing on a Nuxeo node.
The main goal is to be able to define front nodes dedicated to handle REST requests without doing any async processing.
We want to do the same for Nuxeo Stream Processor using
nuxeo.stream.processing.disable=true
When this is option is set there should be no computation threads running on the Nuxeo node,
like if all streamProcessor contributions are defined with start=false (NXP-28356)
- depends on
-
NXDOC-2170 Clarify Documentation for Work Separation
- Open
- is related to
-
NXP-29838 Don't start scroller computation when stream processors are disabled
- Open
-
NXP-28356 Enable to register a Processor without running it
- Resolved
-
NXP-29281 Create instance type profiles
- Open
-
NXP-24314 Add an option to disable WorkManager processing
- Resolved
- Is referenced in