merlimat commented on a change in pull request #13355:
URL: https://github.com/apache/pulsar/pull/13355#discussion_r770764494
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/DeadLetterPolicy.java
##########
@@ -49,4 +49,15 @@
*/
private String deadLetterTopic;
+ /**
+ * Name of the initial subscription name of the dead letter topic.
+ * The default value is the subscription name of the consumer.
+ */
+ private String initSubscriptionName;
Review comment:
@RobertIndie Since we're adding new public API, we should also write
this proposal down in a PIP.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]