Hi everyone,
We’ve just released NServiceBus.Persistence.CosmosDB 3.1.3 and 2.0.4.
Fixed bugs
- #893 Endpoints using the outbox subscribed to the same event will experience concurrency conflicts if sharing the same database and container
Partition key documentation for 2.0.4 and 3.1.3
How to know if you are affected
You are affected if:
- you are using the Outbox
- you have multiple subscribers to the same event
- you are not using a partition key extractor and therefore falling back to the default outbox partition key of {messageId} for control messages
Symptoms
The published event will not be delivered to every subscriber and a concurrency conflict error will appear in the logs.
When to upgrade
You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.
Where to get it
You can install the new versions of NServiceBus.Persistence.CosmosDB from NuGet.
Please read our release policy for more details.
With thanks,The team in Particular