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.
Today there is no way to provide a dead letter topic for streaming subscriptions in either
subscribeToEvents()method:java-sdk/sdk/src/main/java/io/dapr/client/DaprClientImpl.java
Line 465 in 9508747
java-sdk/sdk/src/main/java/io/dapr/client/DaprClientImpl.java
Line 483 in 9508747
This is supported in the protos in dapr and should be implemented in the SDK.