Zeebe
Distributed workflow engine for microservice orchestration
Zeebe 8.10 alpha cycle is deep in platform refactoring — Spring Boot SDK gets lease support.
◆Recent moves
- 14d ago
8.7.27: optimize branch maintenance patch
A maintenance patch on the 8.7 optimize branch — upgrades the Parsson JSON library to v1.1.9 and applies a plan upgrade fix. Internal dependency maintenance with no user-visible effect.
View source ↗ - 15d ago
8.10.0-alpha5: Spring Boot SDK lease support and partition key improvements
Alpha5 exposes `withLease` in the Spring Boot SDK's `JobWorkerValue`, giving developers declarative control over activation lease behavior without custom configuration. Cross-partition holder-completion is also pushed to the partition key, improving distributed completion consistency. These are real but pre-release improvements.
View source ↗ - 16d ago
Job worker secret resolution: eliminate two-round-trip latency for non-cached secrets
This fix addresses a specific latency penalty: job workers using non-cached secret references paid two round trips — miss on the first poll, background resolution, then the second poll. The warmup now pre-resolves secrets when a job stays activatable, eliminating the double-round-trip cost. Relevant for anyone running jobs that reference external secrets.
View source ↗ - 16d ago
CI: add long-poll path to secrets load test coverage
CI test coverage addition for the long-poll activation path in secret load test scenarios. Ensures the test suite exercises the path the warmup fix covers. Internal quality improvement with no user effect.
View source ↗ - 19d ago
8.10.0-alpha5-rc3: unified webapp feature flags and design system revert
RC3 for alpha5 — feature flag support for the unified webapp and a revert on the Admin design system default. Standard RC iteration; no new user features.
View source ↗ - 20d ago
8.10.0-alpha5-rc2: design system and Liquibase migration fixes
RC2 for alpha5 — fixes a design system style regression that broke Carbon button rendering and a Liquibase migration issue preventing parallel execution inside a single JVM. Standard pre-release bug fixing.
View source ↗