This is an automated email from the ASF dual-hosted git repository.
wmedvedeo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new ea1866dbe kie-kogito-docs-690: Add the events grouping configurations
in the Operator config section (#691)
ea1866dbe is described below
commit ea1866dbe87d6aece98047a511d017d19a2fb0cb
Author: Walter Medvedeo <[email protected]>
AuthorDate: Thu Nov 21 16:18:21 2024 +0100
kie-kogito-docs-690: Add the events grouping configurations in the Operator
config section (#691)
---
.../ROOT/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`.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]