Skip to content

Latest commit

 

History

History
86 lines (83 loc) · 1.89 KB

ROADMAP.md

File metadata and controls

86 lines (83 loc) · 1.89 KB

Roadmap

Core

  • Unify Job Config API
    • Core Config
    • Type Config
    • Root Config
  • Job Types
    • Simple
    • Dataflow
    • Script
    • Http
  • Event Trace
    • Event Publisher
    • Log Event Listener
    • Database Event Listener
    • Other Event Listener

Elastic-Job-Lite

  • Distributed Features
    • High Availability
    • Leadership Election
    • Elastic scale in/out
    • Failover
    • Misfire
    • Idempotency
  • Registry Center
    • Zookeeper
    • Health Detection
    • Other Registry Center Supported
  • Lifecycle Management
    • Add/Remove
    • Pause/Resume
    • Disable/Enable
    • Shutdown
    • Restful API
  • Job Dependency
    • Listener
    • Workflow
    • DAG
  • Spring Integrate
    • Namespace
    • Bean Injection
  • Web Console

Elastic-Job-Cloud

  • Transient Job
    • High Availability
    • Elastic scale in/out
    • Failover
    • Misfire
    • Idempotency
  • Daemon Job
    • High Availability
    • Elastic scale in/out
    • Failover
    • Misfire
    • Idempotency
  • Mesos Scheduler
    • Leadership Election
    • Redis Based Queue Improvement
  • Mesos Executor
    • Executor reuse pool
    • Progress Reporting
    • Health Detection
    • Log Redirect
  • Lifecycle Management
    • Add/Remove
    • Pause/Resume
    • Disable/Enable
    • Shutdown
    • Restful API
  • Job Dependency
    • Listener
    • Workflow
    • DAG
  • Job Distribution
    • Mesos Based Distribution
    • Docker Based Distribution
  • Resource Management
    • Resources Allocate
    • Resources Isolation
    • Cross Data Center
    • A/B Test
  • Spring Integrate
  • Web Console