This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
Releases: Azure-Samples/durable-functions-producer-consumer
Releases · Azure-Samples/durable-functions-producer-consumer
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
Latest
174979 removing gcp pub sub cred file from project since we have a branch fo…
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
174978 removing gcp pub sub cred file from project since we have a branch fo…
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
174976 removing gcp pub sub cred file from project since we have a branch fo…
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
Upgrading project to Functions v3 and DF v2. Updating all nupkgs to latest GA versions
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
added EventGrid consumer # Conflicts: # Consumer/Consumer.csproj
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
added EventGrid consumer # Conflicts: # Consumer/Consumer.csproj
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
added EventGrid consumer # Conflicts: # Consumer/Consumer.csproj
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
CosmosDB Producer (#9) * added initial cosmosdb function * wip * small refactoring * working CosmosDB producer sending messages to Cosmos Co-authored-by: Brandon H <[email protected]>
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
Kafka Producer for Event Hub (#5) * Initial commit for Event Hubs Kafka producer * 1. Added partition number as app setting 2. Updated azuredeploy.json and README.md and deploy.ps1 to reflect Event Hubs Kafka * 1. Corrected azuredeploye.json with producer function app settings for Kafka Event Hubs 2. Small update to README.md 3. Removed System.Configuration.ConfigurationManager from project * Changed properties for MessagesCreatedRequest.cs to Do not copy * Modified README.md to resolve PR comments * Basic skew does not have auto-inflate feature, hence selecting Standard skew with auto-inflate and capacity of 1 to begin with
Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions
Updated Event Hub functions to send messages to all partitions by (#7) default. Closes #6