-
Notifications
You must be signed in to change notification settings - Fork 227
Add support for dead-letter topics in streaming subscriptions #1608
Copy link
Copy link
Open
Milestone
Description
Today there is no way to provide a dead letter topic for streaming subscriptions in either subscribeToEvents() method:
public <T> Subscription subscribeToEvents( public <T> Flux<CloudEvent<T>> subscribeToEvents(String pubsubName, String topic, TypeRef<T> type) {
This is supported in the protos in dapr and should be implemented in the SDK.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels