ricardozanini commented on code in PR #551:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/551#discussion_r1813056625
##########
bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml:
##########
@@ -58,6 +58,9 @@ data:
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-20240912-SNAPSHOT
+ # If true, the workflow deployments will be configured to send accumulated
workflow status change events to the Data
+ # Index Service reducing the number of produced events. Set to false to
send individual events.
+ kogitoEventsGrouping: true
Review Comment:
Why are we setting this on the controller and not the on platform level? The
relationship between the platform and data index is 1:1, so this information
should be set there in this 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]