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

   @wmedvede these are the properties generated for the job service once I 
reuse the same code for the app properties handler:
   ```
   mp.messaging.outgoing.kogito-processinstances-events.url = 
http://sonataflow-platform-data-index-service.default/processes
   mp.messaging.outgoing.kogito-job-service-job-request-events.url = 
http://sonataflow-platform-jobs-service.default/v2/jobs/events
   
quarkus.smallrye-health.check."org.kie.kogito.jobs.service.messaging.http.health.knative.KSinkInjectionHealthCheck".enabled
 = false
   quarkus.datasource.reactive.url = 
postgresql://postgres:5432/sonataflow?search_path=jobs-service
   
quarkus.smallrye-health.check."io.quarkus.kafka.client.health.KafkaHealthCheck".enabled
 = false
   quarkus.http.port = 8080
   quarkus.http.host = 0.0.0.0
   org.kie.kogito.addons.knative.eventing.health-enabled = false
   quarkus.devservices.enabled = false
   quarkus.kogito.devservices.enabled = false
   mp.messaging.outgoing.kogito-job-service-job-request-events.connector = 
quarkus-http
   kogito.events.processdefinitions.enabled = false
   kogito.events.usertasks.enabled = false
   kogito.events.variables.enabled = false
   ```
   
   Can you confirm that all keys for the job service are accounted for?


-- 
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