NServiceBus icon indicating copy to clipboard operation
NServiceBus copied to clipboard

Improve saga support for rate/quote limiting scenarios

Open helenktsai opened this issue 3 years ago • 0 comments

Issue transferred from internal repo

Bare message processing for some use cases, such as rate/quota limiting can be problematic. While Sagas generally can be used to help in these circumstances, it requires non-trivial infra code. There is a sample that explains what must be done, but it would be better to have this encapsulated into one or more base saga types.

helenktsai avatar Jul 20 '22 01:07 helenktsai