mookid8000 / Topos

:cyclone: .NET Event Processing library
MIT License
23 stars 5 forks source link

Does Topos support outbox? #9

Open zh6335901 opened 10 months ago

zh6335901 commented 10 months ago

I'm look at Topos because of message ordering is important in my project, I wonder if Topos is supported outbox pattern like Rebus

mookid8000 commented 10 months ago

Sorry, but Topos does not have an outbox.

...but because of the client-driven consumer design (i.e. consumers keeps track of their offsets and can choose to commit their positions transactionally along with the work they're doing), some there's less scenarios where an outbox makes sense.

What do you need the outbox for?