Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kie-kogito-docs-690: Add the events grouping configurations in the Operator config section #691

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down