xuesongxs opened a new issue #8778:
URL: https://github.com/apache/pulsar/issues/8778
**Describe the bug**
Comsuer code:
Consumer<String> consumer =
getClient().newConsumer(Schema.STRING)
.topic("persistent://public/default/test-string8")
.subscriptionType(SubscriptionType.Shared)
.subscriptionName("my-subscription32")
.deadLetterPolicy(DeadLetterPolicy.builder()
.maxRedeliverCount(3)
.build())
.subscribe();
Topic persistent://public/default/test-string8 has 3 partitions,however,
the DLQ topics created automatically are as follows:

My question is, what I set up in the broker is the automatically created non
partition topic. Why are there partitions here, and the number of partitions
does not look right.
----------------------------------------------------------------
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:
[email protected]