From 2ed1de029db9e7fa349c94aa101d61af399a5252 Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Thu, 21 Nov 2024 12:41:53 +0100 Subject: [PATCH] kie-kogito-docs-690: Add the events grouping configurations in the Operator config section --- .../pages/cloud/operator/global-configuration.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc index e4a3649f5..f59f34624 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc @@ -45,6 +45,16 @@ You can freely edit any of the options in the key `controllers_cfg.yaml` entry. {groupId_kie-addons-quarkus-persistence-jdbc}:{artifactId_kie-addons-quarkus-persistence-jdbc}:{kogito_version} +| `kogitoEventsGrouping` | true | When true, configures every workflow deployment with the `gitops` or `preview` profiles, to send accumulated workflow status change events to the Data Index. Reducing the number of produced events. + +Set to false to send individual events. + +| `kogitoEventsGroupingBinary` | true | When true, the accumulated workflow status change events are sent in binary mode. Reducing the size of the produced events. + +Set to false to send plain json events. + +| `kogitoEventsGroupingCompress` | false | When true, the accumulated workflow status change events, if sent in binary mode, are be gzipped at the cost of some performance. + |=== To edit this file, update the ConfigMap `sonataflow-operator-controllers-config` using your preferred tool such as `kubectl`.