-
The curl command to request a bearer token in this section seems incorrect: https://docs.camunda.io/docs/apis-tools/zeebe-api-rest/zeebe-api-rest-authentication/
Why I try to run this command I ge…
-
Jenkins collects statistical information about our tests:
* Time to run each test
* Total number of tests
* Number of flaky tests
* Total job runtime
The flaky test statistics are collected i…
-
**Describe the bug**
On becoming a leader the LogStream seems to be closed and thrown an exception if the CommandAPI wants to create a new writer.
**To Reproduce**
Not 100% sure, but it l…
-
### Describe the Bug
// getting below error during build time
```
ERROR in ../../../min-dash/dist/index.cjs 1:0
Module parse failed: 'import' and 'export' may appear only with 'sourceType: modul…
-
## Description
Part of #18750. The goal of this ticket is to ensure all GHA workflows using Maven comply with the [caching strategy](https://github.com/camunda/camunda/wiki/CI-&-Automation#caching-…
cmur2 updated
1 month ago
-
This epic is to track the remaining scope for the "Control Zeebe Clock" feature in the Zeebe engine. The core work has already been completed by ZDP team, and this task covers the [remaining scope](ht…
-
Licensing has changed in 8.6. The licensing page should reflect the new terms for each component (below), and the "enterprise only" badges/references should be removed from any impacted pages.
http…
-
## Description
The [zeebe-ci job](https://github.com/camunda/camunda/blob/bc1dde40ee7511a909710cbc96673bc44e052ce7/.github/workflows/zeebe-ci.yml#L373-L400) to push Snapshot Docker images is during…
cmur2 updated
2 months ago
-
**Describe the bug**
When I set configuration for an exporter that does not exist, for example because I make a typo in the exporter name, Zeebe fails to start and logs a very unhelpful error messa…
-
1、springboot框架还是比较大的,想只基于spring开发,是否可以剥离springboot框架
2、使用的中间件,如:Kafka、缓存、数据库是否可以提供接口,由业务方进行适配实现接口进行对接
3、当前很多场景是通过异步回调的方式来判断分支事务是否结束,不是同一个线程,怎么在回调方法里面来告诉alpha事务的结果
4、一个分支事务会增加时延几十毫秒甚至上百毫秒,性能需要再优化