Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 566 Bytes

eventro

This library may support building event driven architecture by providing below

  • Message
    • MessageEnvelop
    • Idempotent Key
      • make safer for event message duplication consumption
    • provide 3 type of message
      • command message
      • event message
      • document message (not support now)
  • MessageSerDes
    • serialize or deserialize for your events to json