Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 21c99f1

Browse files
authored
SRVLOGIC-468: Operator CR1 build is missing the events groping configuration (#102) (#103)
(cherry picked from commit 3bb1550)
1 parent 437c198 commit 21c99f1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ data:
4141
- groupId: org.kie
4242
artifactId: kie-addons-quarkus-persistence-jdbc
4343
version: 9.101.0.redhat-00007
44+
# If true, the workflow deployments will be configured to send accumulated workflow status change events to the Data
45+
# Index Service reducing the number of produced events. Set to false to send individual events.
46+
kogitoEventsGrouping: true
47+
# If true, the accumulated workflow status change events will be sent in binary mode. (reduces the evens size)
48+
kogitoEventsGroupingBinary: true
49+
# If true, the accumulated workflow status change events, when sent in binary mode, will be gzipped at the cost of
50+
# some performance.
51+
kogitoEventsGroupingCompress: false
4452
kind: ConfigMap
4553
metadata:
4654
name: logic-operator-rhel8-controllers-config

config/manager/prod/controllers_cfg.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ postgreSQLPersistenceExtensions:
5555
- groupId: org.kie
5656
artifactId: kie-addons-quarkus-persistence-jdbc
5757
version: 9.101.0.redhat-00007
58+
# If true, the workflow deployments will be configured to send accumulated workflow status change events to the Data
59+
# Index Service reducing the number of produced events. Set to false to send individual events.
60+
kogitoEventsGrouping: true
61+
# If true, the accumulated workflow status change events will be sent in binary mode. (reduces the evens size)
62+
kogitoEventsGroupingBinary: true
63+
# If true, the accumulated workflow status change events, when sent in binary mode, will be gzipped at the cost of
64+
# some performance.
65+
kogitoEventsGroupingCompress: false

0 commit comments

Comments
 (0)