wmedvede commented on PR #311:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#issuecomment-1858302685

   @jordigilh 
   
   **Properties for the workflows:**
   
   kogito.service.url (we always set, it's the cluster dns url to my self, the 
operator was already doing it for the workflows)
   
   **This two properties are needed to connect with the jobs service and we 
**must always set**** (no matter if jobs service is present or not)
   
mp.messaging.outgoing.kogito-job-service-job-request-events.connector=quarkus-http
   mp.messaging.outgoing.kogito-job-service-job-request-events.url= 
http://jobs-service-postgresql/v2/jobs/events
   
   If the jobs service is **NOT installed**, we still set the url, and we 
invent it :), to http://jobs-service/v2/jobs/events, np, we can manage in 
another PR to fine tune it. And, if the jobs service is installed we set the 
correct cluster dns url)
   
   **Properties to connect with the data-index:** 
   
   **If data index is not present we set this:** (all in false)
   kogito.events.processinstances.enabled=false
   kogito.events.processdefinitions.enabled=false
   kogito.events.usertasks.enabled=false
   kogito.events.variables.enabled=false
   
   
   **If data index is present then we set this instead:**
   kogito.events.processinstances.enabled=true  **(only this in true)**
   kogito.events.processdefinitions.enabled=false
   kogito.events.usertasks.enabled=false
   kogito.events.variables.enabled=false
   
   **And, since data index is present we add this one with the correct data  
index cluster dns**
   
   
mp.messaging.outgoing.kogito-processinstances-events.url=http://data-index-service-postgresql/processes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to