diff --git a/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml b/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml index 642fad73e..c34c89620 100644 --- a/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml +++ b/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml @@ -58,6 +58,14 @@ data: - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc version: 9.102.0.redhat-00004 + # 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 + # If true, the accumulated workflow status change events will be sent in binary mode. (reduces the evens size) + kogitoEventsGroupingBinary: true + # If true, the accumulated workflow status change events, when sent in binary mode, will be gzipped at the cost of + # some performance. + kogitoEventsGroupingCompress: false kind: ConfigMap metadata: name: logic-operator-rhel8-controllers-config diff --git a/config/manager/prod/controllers_cfg.yaml b/config/manager/prod/controllers_cfg.yaml index ffefb16ed..94e0de7bf 100644 --- a/config/manager/prod/controllers_cfg.yaml +++ b/config/manager/prod/controllers_cfg.yaml @@ -55,3 +55,11 @@ postgreSQLPersistenceExtensions: - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc version: 9.102.0.redhat-00004 +# 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 +# If true, the accumulated workflow status change events will be sent in binary mode. (reduces the evens size) +kogitoEventsGroupingBinary: true +# If true, the accumulated workflow status change events, when sent in binary mode, will be gzipped at the cost of +# some performance. +kogitoEventsGroupingCompress: false \ No newline at end of file