Tags: xiangxiren/CAP
Tags
The options EnableConsumerPrefetch and UseDispatchingPerGroup will wo… …rk together without interference. (dotnetcore#1399)
The send task will be executed by the .NET thread pool, and whether t… …he consume task is executed in parallel by the thread pool depends on the EnableConsumerPrefetch configuration. (dotnetcore#1380)
Fixes: using ValueTask to avoid thread blocking when enable UseDispat… …chingPerGroup option. (dotnetcore#1356)
Allow publishing to multiple Service Bus topics (attempt 2) (dotnetco… …re#1283) * Allow publishing to multiple Service Bus topics * Auto-create custom ASB topics * Fix duplicate Descriptor at the end * Improve CreateProducerForMessage docs * Use Distinct when creating topics --------- Co-authored-by: Jon Ekdahl <[email protected]>
PreviousNext