-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to view the message.type attribute of a Topic? #5538
Comments
Good catch, the related tools are incomplete, feel free to assign this issue to yourself if you want. |
I would like to give it a try, can you assign this issue to me |
done |
@Oliverwqcwrw @zhouxinyu Can I pick this up ? |
Hi @The-Gamer-01 , Since you haven't submitted PR for a long time, I'm going to assign this task to @Abhijeetmishr . You are also welcome to revise other issues, And welcome to the community @Abhijeetmishr |
@Oliverwqcwrw Thank you Oliver, Will definitely check other issues also which needs update. |
@zhouxinyu @kutouziUk @Oliverwqcwrw I think QueueData Class doesnot have this field (message.type) |
Please take a look at the TopicConfig query interface, add a messageType to the return value and display it on the page The dashboard repository is here rocketmq-dashboard |
@Oliverwqcwrw as far as my understanding change is required in both the places:-
|
@Oliverwqcwrw @zhouxinyu The attribute is not displayed in the query result |
You can find it int the topics.json |
we are copying topicConfig to TopicConfigInfo so I have added the messageType to TopicConfigInfo
@Oliverwqcwrw Do we have to update anything in TopicConfig also in rocketMq repo ? |
IMO, We do not need to modify the rocketmq repository The latest version of topicConfig has attributes. We need to upgrade rocketmq-common in dashboard |
@Oliverwqcwrw I have raised a PR for this in rocketmq-dashboard but I am getting some build error that I have a fix and I have reported link but none has responded yet. |
Hello @Abhijeetmishr , |
@Oliverwqcwrw Please check this when you are available. |
This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. |
This issue was closed because it has been inactive for 3 days since being marked as stale. |
The FIFO attribute was specified when the Topic was created
The attribute is not displayed in the query result
sh bin/mqadmin topicRoute -b localhost:9016 -n localhost:9015 -t TTLK
and dashboard can't query this information either
The text was updated successfully, but these errors were encountered: