Skip to content

Cloudflare Queues Input binding #4151

@swantzter

Description

@swantzter

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:

  1. Use pull consumers to periodically (configurable interval) poll the queue for new messages, and once seen deliver to the binding
  2. 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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions