apache / apache/pulsar-manager
Topic list show DLQ topic is not correct
- Dominant language
- Vue
- Stars
- 539
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description

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 consumer = getClient().newConsumer(Schema.STRING)
.topic("persistent://public/default/test-string9")
.subscriptionType(SubscriptionType.Shared)
.subscriptionName("my-subscription32")
.deadLetterPolicy(DeadLetterPolicy.builder()
.maxRedeliverCount(3)
.build())
.subscribe();
Contributor guide
Research direction
Start with the topic list page and reproduce the setup using the provided broker.conf values and Java consumer code. Compare the DLQ shown in the page with the dead-letter topic created for the consumer; done means the topic list reports the correct DLQ.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100