-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXFT-1.8.4
-
Component/s: nuxeo-ftest
-
Tags:
-
Sprint:DevOps-21
When the kafka profile is active, add the following properties in the nuxeo-conf Ant target:
- kafka.enabled=true
- kafka.zkServers=${kafka.zkServers}
- kafka.bootstrap.servers=${kafka.bootstrap.servers}
- nuxeo.stream.work.enabled=true
In the manner of mongodb and marklogic profiles.
This is not the state of the art, because tools-nuxeo-ftest should stay as much generic as possible, but this solution is needed for now to satisfy NXP-24009.
- is required by
-
NXP-24009 Adapt Nuxeo Stream and CI pipeline to test kafka and ftests with StreamWorkManager
- Resolved