Shoothzj opened a new issue #8551:
URL: https://github.com/apache/pulsar/issues/8551
**Describe the bug**
According to my understanding, **partitioned-topic** is implemented by multi
topics which suufix is {partition-index}. We have this situtation in version
2.6.0. When we enable **brokerAutoDeleteInActiveTopic** (aka. aging), our
$TOPIC_NAME-partition-index topic is aged, but /admin/../partitioned-topic data
remains.Eventually, when client query if topic exist, it exists. But can't
subscribe success.
**To Reproduce**
Steps to reproduce the behavior:
1. Turn on the **brokerAutoDeleteInActiveTopic**
2. Create a partitioned topic
3. Wait for aging time
4. Create a consumer and U can see
----------------------------------------------------------------
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]