-
Notifications
You must be signed in to change notification settings - Fork 549
Open
Labels
kind/enhancementNew feature or requestNew feature or request
Description
Describe the feature
I'd like to see the cloudflare queues binding become bi-directional, as I see it there's a couple different approaches that can be used for this:
- Use pull consumers to periodically (configurable interval) poll the queue for new messages, and once seen deliver to the binding
- Use the existing deployed worker to listen to queues and somehow push them back to dapr.
In particular with the great pricing model of Cloudflare R2 this would allow us to listen to storage events such as new file created/updated via a signed upload link allowing the backend to populate the database with metadata or perform additional processing
Release Note
RELEASE NOTE: UPDATE Cloudflare Queus binding can now receive incoming events
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request