yomorun / yomo

🦖 Stateful Serverless Framework for Geo-distributed Edge AI Infra

Home Page:https://yomo.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce frames to YoMo

fanweixiao opened this issue · comments

commented
  • Frames will be the minimal element transferred between services built on YoMo, frames built on Y3 codec for fast decoding
  • Introduce HandshakeFrame
  • Introduce PayloadFrame with MetaFrame and DataFrame
  • Introduce TransactionID to MetaFrame, improve traceability

Use Y3 v1.0.2

commented

Shall we take HandshakeFrame instead of TokenFrame? a HandshakeFrame will contain 2 informations:

  • ClientType: indicate is source, zipper or sfn(steam function)
  • Token: a string used as client Name, used for logging/debugging, and specify the order of sfn executions.