camunda-community-hub / eze

Embedded Zeebe Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support more than one partition

saig0 opened this issue · comments

Currently, the engine supports only one partition. In some cases, for example, message correlation, it would be useful to have multiple partitions.

EngineFactory.create(partitions = 3)

Note that this feature is partially prepared.