RongtongJin commented on issue #5827:
URL: https://github.com/apache/rocketmq/issues/5827#issuecomment-1373196644

   > can you give a sample?I don't know which argument to use 
![image](https://user-images.githubusercontent.com/15316382/210919384-911b426d-ccce-4d0b-a3f6-26a8c23db679.png)
   
   ```
   # default
   sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name>
   # normal topic
   sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=NORMAL
   # fifo topic
   sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=FIFO
   # delay topic
   sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=DELAY
   # transaction topic
   sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c 
<cluster_name> -a +message.type=TRANSACTION
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to