-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
2019 Week 47-49 (from Nov 18), 2019 Week 50-52 (from Dec 9)
A new service - Kogito Job Service - has been added and thus requires image and image stream so the job service can be easily deployed to OpenShift
It can be started in two modes
- in memory
java -jar jobs-service-8.0.0-SNAPSHOT-runner.jar
- with Infinispan persistence
java -Dkogito.job-service.persistence=infinispan -jar jobs-service-8.0.0-SNAPSHOT-runner.jar
the image should be based on JVM
It is similar to what data index image is built with
- blocks
-
KOGITO-705 Refactor data-index image in the same way kogito-jobs-service image is structured
- Closed
- is blocked by
-
KOGITO-515 Refactoring s2i modules to have a common module
- Closed