Appactive Versions Save

AppActive: A middleware dedicate to building multi-site active/active application architectures(阿里巴巴开源的一款标准、通用且功能强大的,致力于构建应用多活架构的开源中间件)

v0.2.1

1 year ago
  1. [Feature] Join SpringCloud ecosystem and add Feign and RestTemplate support for RPC (Ribbon-based LB)
  2. [Feature] Rule and channel decoupling and a brand new nacos channel
  3. [Feature] Documentation site and demo site

v0.2

2 years ago

appactive v0.2 is now released!including:

  • Feature
  1. Filter adds support for customized extraction source of routeId
  2. RPC adds support for unit request protection
  3. Key modules are deployed to maven central repository
  4. Add standalone demo for some modules
  • Fix
  1. DB property of storage demo fixed
  2. Forbidden logic fixed
  3. Some doc errors fixed

v0.1

2 years ago

The first open source version is released:

  1. Multi-Active core rule model, which Defines core components such as IDC and traffic
  2. Gateway plugin, which support traffic analysing and routing, nc tagging, and so on
  3. MicroService plugin, which support traffic routing, multiple active service attribute strategy, error correction and protection
  4. Message layer component API definition release
  5. Data layer components released to support data protection
  6. Basic Demo and Portal