Closed Annopaolo closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.35%. Comparing base (
d9bc432
) to head (7949de7
). Report is 25 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does / why we need it:
Use the Mississippi framework to manage messages coming from VerneMQ. This allows to retain the same ordering and delivery guarantees, while moving to the external component all the intricacies of handling messages in a distributed setting. This will also increase the ease of contributing to the core message handling logic, as now code only works on what to do once a message is arrived, instead of also including how to receive a message.
Note that e2e tests will fail until https://github.com/astarte-platform/astarte_vmq_plugin/pull/94 is merged.
Which issue(s) this PR fixes:
(none)
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g. usage docs, diagrams, etc.: