Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 475 Bytes

ROADMAP.md

File metadata and controls

24 lines (22 loc) · 475 Bytes

Next steps

  • CLI
  • Events
  • Event Handlers
    • DSL for event handlers
  • Initial Sync over TCP
  • HMAC checking of messages
  • Key Value short storage
    • Published using Gossip
    • Watch key changed (event handler)
  • Parameters parsing (for config)

Implemented

  • Basic Membership
    • Heartbeat using Lamport Clocks
    • Heartbeat monitor
    • MembershipBook
  • Journaling
  • UDP Communication
    • ProtocolBuffers
    • Minimal gossip protocol
  • Logging
  • Minimal Configuration