xmidt-org / svalinn

The shield to protect our users from incoming events. Part of codex.
Apache License 2.0
1 stars 7 forks source link

Store events as `wrp.Message`s #37

Closed kristinapathak closed 5 years ago

kristinapathak commented 5 years ago

instead of using db.Event to store the event, use wrp.Message

related to: https://github.com/Comcast/wrp-go/issues/12 https://github.com/Comcast/codex-gungnir/issues/30 https://github.com/Comcast/codex/issues/27

kristinapathak commented 5 years ago

Part of this change includes using https://github.com/Comcast/wrp-go/