Closed
Description
Hello!
Currently the pulsar-client-dotnet api does not expose a way to create a initial subscription for dead-letter topics.
However, topics without any subscriptions do not retain messages.
Pulsar supports this already, and it seems we already have the parameter mapped in the Protobuf.
Can we add the InitialSubscriptionName
attribute to the DeadLetterPolicy and send that to Pulsar during the Consumer subscription using the existing Protobuf attribute?