Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 623 Bytes

ROADMAP.md

File metadata and controls

24 lines (15 loc) · 623 Bytes

Roadmap

Plumber aims to support Yorkie as a backend for the load balancer. The following features are planned to be implemented first:

v0.1.0

  • Support static load balancing with round-robin algorithm
  • Support backends health check

v0.2.0

  • Support consistent hashing algorithm with maglev
  • Support backend service discovery with Docker API
  • Support mechanism to resolve split-brain of long-lived connection

v0.3.0

  • Support backend service discovery with Kubernetes API
  • Support Yorkie cluster helm chart

v0.4.0

  • TBD