Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 743 Bytes

MassTransit + Dapr 🚧🏗👷‍♂️

⚠ The initial solution is based on EventHubRider and a lot of code might be redundant ⚠ Producer not implemented ⚠ CloudEvent is not mapped entirely

Backlog

  • testing
  • ci/cd
  • nuget ?
  • Handle deserialization properly, should not commit before message is at least delivered to consumers
  • serializer selection strategy - support multiple formats (plain/text, application/json, application/cloudevents+json)
  • Producer integration; event publishing
  • implement proper cloudevent context
  • bug: state machine publishes multiple times (2)
  • integrate with MassTransitHostedService (currently, we start host manually to ensure registration order)
  • integrate other building blocks: store