You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
pop retry topic cannot be deleted due to length exceeding 127 bytes
We have already supported autoMessageVersionOnTopicLen, but when deleting a topic, it is being intercepted due to the length limitation of the topic. I believe that there is no need to validate the length or other criteria when deleting a topic, as long as it exists, it should be deletable.
Motivation
Delete topic error, %RETRY%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%XXXXXXXXXXXXXXXXXXXX%TOPIC_3828186
com.alibaba.rocketmq.client.exception.MQClientException: CODE: 1 DESC: The specified topic is longer than topic max length.
For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
at
Describe the Solution You'd Like
here is no need to validate the length or other criteria when deleting a topic, as long as it exists, it should be deletable
Describe Alternatives You've Considered
No
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
pop retry topic cannot be deleted due to length exceeding 127 bytes
We have already supported autoMessageVersionOnTopicLen, but when deleting a topic, it is being intercepted due to the length limitation of the topic. I believe that there is no need to validate the length or other criteria when deleting a topic, as long as it exists, it should be deletable.
Motivation
Delete topic error, %RETRY%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%XXXXXXXXXXXXXXXXXXXX%TOPIC_3828186
com.alibaba.rocketmq.client.exception.MQClientException: CODE: 1 DESC: The specified topic is longer than topic max length.
For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
at
Describe the Solution You'd Like
here is no need to validate the length or other criteria when deleting a topic, as long as it exists, it should be deletable
Describe Alternatives You've Considered
No
Additional Context
No response
The text was updated successfully, but these errors were encountered: