Hi everyone,
We’ve just released NServiceBus.Persistence.CosmosDB 1.1.1.
Fixed bugs
- #386 Outbox operations may leak during concurrent processing or retries
How to know if you are affected
You are affected if:
- The outbox is enabled
- The partition key is extracted from the message content using either a
IPartitionKeyFromMessageExtractor
orExtractPartitionKeyFromMessages
Symptoms
Concurrent outbox operations for messages whose partition keys are extracted from the message content may leak into each other. This causes the amount of memory used by the endpoint processing those messages to grow, which may lead to out of memory problems and the dispatch of multiple redundant outgoing messages.
When to upgrade
You should upgrade immediately if you are affected.
Where to get it
You can install NServiceBus.Persistence.CosmosDB 1.1.1 from NuGet.
With thanks,
The team in Particular
Please read our release policy for more details.