IEvangelist / azure-cosmos-dotnet-repository

Wraps the .NET SDK for Azure Cosmos DB abstracting away the complexity, exposing a simple CRUD-based repository pattern
https://ievangelist.github.io/azure-cosmos-dotnet-repository
MIT License
299 stars 89 forks source link

Change Feed Projection ➡️ Azure Service Bus #220

Open mumby0168 opened 2 years ago

mumby0168 commented 2 years ago

It would be really nice if we could look at an extensions package of some sort maybe along the lines of Microsoft.Azure.CosmosEventSourcing.Extensions.AzureServiceBus.

This could contain a way to define a simple projection that maybe takes an event does some simple mapping to an integration event for example. This could then place that message onto an azure service bus topic or queue.

mumby0168 commented 2 years ago

@IEvangelist thinking this might be built upon your idea mentioned about the inline function to write directly to a cosmos DB.