xuesongxs opened a new issue #357:
URL: https://github.com/apache/pulsar-manager/issues/357


   
![image](https://user-images.githubusercontent.com/54351417/100854094-81730d00-34c3-11eb-99f8-20574cb3b770.png)
   
   DeadLetterPolicy, If allowAutoTopicCreation enabled in broker.conf
   allowAutoTopicCreation=true
   allowAutoTopicCreationType=partitioned
   defaultNumPartitions=3
   
   The topic list page show DLQ is not correct.
   
   Consumer code:
   Consumer<String> consumer = getClient().newConsumer(Schema.STRING)
           .topic("persistent://public/default/test-string9")
           .subscriptionType(SubscriptionType.Shared)
           .subscriptionName("my-subscription32")
           .deadLetterPolicy(DeadLetterPolicy.builder()
                   .maxRedeliverCount(3)
                   .build())
           .subscribe();


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to