rebus-org / Rebus.Async

:bus: Experimental async extensions for Rebus
https://mookid.dk/category/rebus
Other
13 stars 9 forks source link

Still experimental? #19

Closed boskjoett closed 2 years ago

boskjoett commented 2 years ago

Any plans on promoting this package from "experimental" to "officially released"? It seems to work fine, and it very useful.

mookid8000 commented 2 years ago

Well, I like to call it experimental because I don't really condone with the whole "synchronous request/reply over durable channels" thing 😅

The thing is, when the requestor has transient state and cannot survive crash anyway, then it doesn't make sense to use durable messages for request/reply – it would be better in every way to use some kind of RPC, like HTTP or Protobuf.

So... I think I'll go extend the text with some more words about why I think it's experimental.