You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2023/01/06 06:28:37 UTC

[GitHub] [rocketmq] RongtongJin commented on issue #5827: 为什么自己搭建的rocketmq不能创建顺序消费、延时消费的TOPIC类型,而阿里云的rocketmq可以创建?

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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org