dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
548 stars 480 forks source link

Add dead letter support to GCP PubSub #2421

Open bvpb opened 1 year ago

bvpb commented 1 year ago

Describe the proposal

Implement support for configuring the dead letter topic in GCP PubSub components which would enable the built in GCP dead lettering functionality.

For example:

  - name: deadLetterTopic # Optional
    value: "mymessages-poison"
robertojrojas commented 1 year ago

@bvpb PR #2689 adds initial support for Dead Letter Topics.