dhslrl321 / eventro

Java/Kotlin library that may support building event driven architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Java/Kotlin library that may support building event driven architecture


Languages

Language:Kotlin 100.0%