Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.55 KB

ROADMAP.md

File metadata and controls

50 lines (34 loc) · 1.55 KB

Zeebe is currently in a development state that we call "tech preview". This means that

  • Zeebe is under heavy development and refactoring
  • The "initial" scope of the system has not been developed completely yet
  • Zeebe is not production-ready

Roadmap

The following high-level roadmap is meant to give you an idea of our plans for Zeebe and provide context on when you can expect a certain level of maturity.

Milestone 1

Status: Done

  • Achieve Scalability through partitioning

    • Define topics with multiple partitions
    • Deploy workflows to multiple partitions
    • Partition-aware subscriptions
  • BPMN Exclusive Gateway and Conditions

Milestone 2

Status: Done

  • Achieve reliability in cluster setup
    • Support all partition features in cluster setup
    • Long-running operations test suite
    • Failure cases test suite

Milestone 3

Status: In Progress

  • Achieve production-readiness:
    • Gracefully handle disruptive cluster changes
    • Data retention and compaction to reclaim disk space
    • Ability to update a running Zeebe cluster

Milestone 4

Status: In Progress

  • Expand BPMN Support:
    • Message ingestion & events
    • Parallel & Event Based Gateway
    • Embedded Subprocess
    • Boundary Events
    • Timer Event