BrighterCommand/Brighter

[Feature] Support a CosmosDb Outbox

开放

#1,777 创建于 2021年10月19日

 (18 条评论) (2 个反应) (1 位负责人)HTML (295 个派生)batch import
.NET0 - BacklogV10.Xfeature requesthelp wanted

仓库指标

星标
 (1,898 个星标)
PR 合并指标
 (平均合并 8天 18小时) (30 天内合并 29 个 PR)

描述

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.

贡献者指南