apache / apache/pulsar-manager

Topic list show DLQ topic is not correct

Open
#357 0 comments 0 reactions 0 assignees View on GitHub
area/frontend triage/week-49 type/bug
Dominant language
Vue
Stars
539
Forks
239
PR merge metrics
No merged PRs in 30d

Description

![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 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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.