ricardozanini commented on PR #311: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#issuecomment-1856597741
> The job service app properties are not added because the code that adds these properties is never called. The code is executed only when the a sonataflow CR is created, but not when the service is created. In this case should it add the same properties to the configmap as it does for a sonataflow CR? Or should it be a subset of those (reactiveURL and something else?). 1. When deploying Jobs Service or Data Index, the `SonataFlowPlatform` controller must set the config properties for each service accordingly for them to work independently. 2. During the `SonataFlow` controller reconciliation, if there's a `SonataFlowPlatform` with Jobs Service and DI available in the current context, it should have the workflow application properties being updated to add the required properties for the workflow to connect and send events to those services. That's the use case. -- 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]
