Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Releases: Azure-Samples/durable-functions-producer-consumer

Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions

23 Jul 20:34
Compare
Choose a tag to compare
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

23 Jul 20:34
Compare
Choose a tag to compare
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

23 Jul 20:32
Compare
Choose a tag to compare
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

23 Jul 20:17
Compare
Choose a tag to compare
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

23 Jul 20:07
Compare
Choose a tag to compare

Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions

23 Jul 20:06
Compare
Choose a tag to compare

Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions

23 Jul 20:05
Compare
Choose a tag to compare

Produce and Consume messages through Service Bus, Event Hubs, and Storage Queues with Azure Functions

02 Jun 22:32
82aa8f4
Compare
Choose a tag to compare
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

18 Mar 15:36
1ac4515
Compare
Choose a tag to compare
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

21 Jan 22:44
Compare
Choose a tag to compare
Updated Event Hub functions to send messages to all partitions by (#7)

default. Closes #6