Elastic-Job架构和云

原文地址:https://github.com/dangdangdotcom/elastic-job

1. Elastic-Job-Lite

  • Distributed schedule job coordinate
  • Elastic scale in and scale out supported
  • Failover
  • Misfired jobs refire
  • Sharding consistently, same sharding item for a job only one running instance
  • Parallel scheduling supported
  • Job lifecycle operation
  • Lavish job types
  • Spring integrated and namespace supported
  • Web console

2. Elastic-Job-Cloud

  • All Elastic-Job-Lite features included
  • Resources allocated elastically
  • Application distributed automatically
  • Docker based processes isolation support (TBD)

Architecture

Elastic-Job-Lite


Elastic-Job-Cloud

你可能感兴趣的:(Elastic-Job架构和云)