You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/02 09:33:50 UTC

[GitHub] [pulsar-manager] xuesongxs opened a new issue #357: Topic list show DLQ topic is not correct

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:
users@infra.apache.org