BrighterCommand / BrighterCommand/Brighter
[Feature] Support a CosmosDb Outbox
Open
.NET
0 - Backlog
feature request
help wanted
V10.X
- Dominant language
- C#
- Stars
- 2.5k
- Forks
- 296
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 21
Description
**Problem**
We don't support the Outbox pattern for CosmosDb. increasingly, Azure customers may be using CosmosDb for entities and we should support working with the Outbox and CosmosDb
**Describe the solution you'd like**
- Support for using it with a CosmosDb TransactionalBatch
**Describe alternatives you've considered**
- Consider support for using the CosmosDb Change Feed instead of a TransactionalBatch as the source of writes to the Outbox. This would be a separate process and whilst valuable represents the story after this one
- It's possible that a 'single table' approach works with CosmosDb as well.
Contributor guide
Assessment
This issue has not been assessed yet.