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.