Today there is no way to provide a dead letter topic for streaming subscriptions in either `subscribeToEvents()` method: - https://github.com/dapr/java-sdk/blob/9508747a9fc30dad81e9e7e5c78d4ac25e29308e/sdk/src/main/java/io/dapr/client/DaprClientImpl.java#L465 - https://github.com/dapr/java-sdk/blob/9508747a9fc30dad81e9e7e5c78d4ac25e29308e/sdk/src/main/java/io/dapr/client/DaprClientImpl.java#L483 This is [supported in the protos in dapr](https://github.com/dapr/dapr/blob/7ea7016c0150e6a7b7bc7c30e34d56f0001c5e90/dapr/proto/runtime/v1/dapr.proto#L441) and should be implemented in the SDK.