Skip to content

Receive log URL on the webapp via websocket

Description

  • Pull message from adapter to DMS.
  • Unmarshal it into AdapterMessage. Check GenericMessage for Type. Based on type, forward it to specific queus/channel.
  • Websocket worker pulls the message from the queue.
  • Similarly, if there are more usecases in future, additional queues and workers can be created to fetch messages and act upon it.

Checklist

  • I have update updated the @version string in main.go. See https://semver.org/
  • I have update CHANGELOG.md with a short description of changes.
  • I have run swag init to update the swagger docs.

Closes #92 (closed)

Edited by Dagim Sisay

Merge request reports