BrighterCommand/Brighter

[Feature] Support a CosmosDb Outbox

Open

#1.777 aberto em 19 de out. de 2021

Ver no GitHub
 (18 comments) (2 reactions) (1 assignee)HTML (295 forks)batch import
.NET0 - BacklogV10.Xfeature requesthelp wanted

Métricas do repositório

Stars
 (1.898 stars)
Métricas de merge de PR
 (Mesclagem média 8d 18h) (29 fundiu PRs em 30d)

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.

Guia do colaborador