Falko Menge
Falko Menge
Parallel/Inclusive Gateways with multiple incoming Sequence Flows are sometimes a TX boundary because they might have to wait for more tokens. This could be visualized with a dashed line as...
to indicate compatibility with Camunda 7 (and NOT Camunda 8)
**Describe the bug** The Elasticsearch Exporter creates some of its indexes with three shards and many with only one shard. This leads to uneven CPU utilization on multi-node ES clusters....
...once for Zeebe and again for Operate. Since both must match, we should avoid the redundancy, e.g. by using a global value.
The links to the configuration files are currently broken: https://github.com/camunda/camunda-docs/blob/a644fe5c72a56e94409b13b65fb5733a3dd75a84/docs/self-managed/zeebe-deployment/configuration/configuration.md?plain=1#L34-L37 While the Zeebe source code has been moved to a sub-folder the `dist` folder has not moved, i.e. the files...
According to the configuration file there are properties for configuring sharding and replicas: https://github.com/camunda/zeebe/blob/42cc7744e88ad4aac655f115a8a270f0556e6432/dist/src/main/config/broker.yaml.template#L665-L666 But they are not shown in the documentation: https://github.com/camunda/camunda-docs/blob/a644fe5c72a56e94409b13b65fb5733a3dd75a84/docs/self-managed/zeebe-deployment/exporters/elasticsearch-exporter.md?plain=1#L74-L78 And their behavior is not explained anywhere.
It took me quite a while to dig the index templates out of the source based on the given hint. So, let's add the actual link and also point out...
The docs say: > If one or more output mappings are defined, the job/message variables are set as local variables in the scope where the mapping is defined. Then, the...
The error events page talks about "error variables" but does not explain what that is: https://github.com/camunda/camunda-docs/blob/25854219f2b2384a73088eb8db162311432110e2/versioned_docs/version-8.5/components/modeler/bpmn/error-events/error-events.md?plain=1#L82 I assume it means the variables that can be passed to a ThrowError RPC...