Hi Team,
we are currently using camunda 8.5 and want to migrate to 8.8
I am going through the documentation and see that there is new Orchestration Cluster which enclpsulate services like TaskService, operate. identity etc.
is there any way to install zeebe alone? I dont require the other set of services.
@deepCamunda - yes, you can disable the other services. How you do that depends on how you’re deploying it; for instance, with Helm charts, you can set enabled: false on the components you don’t want.
One note: you need to incrementally upgrade, you can’t upgrade an existing deployment directly from 8.5 to 8.8. Also note that the licensing changed in 8.6, and standalone Zeebe requires a license to be used in production starting with 8.6.
Standalone Zeebe requires a license to be used in production starting with 8.6.
If I am using just Zeebe alone, do we still need to go for license?