418545106 commented on issue #4564: URL: https://github.com/apache/rocketmq/issues/4564#issuecomment-1176952042
> @418545106 use mqadmin updatetopic command create default 8 queues. IMO, set too large is meaningless. in IoT case, i need send command to device, for example i have a thousand devices , commands between devices are asynchronous, at the same time commands within a device are synchronous, how can i achieve this. my first idea is use Partitioned message ordering one device has own queue. CN: 在物联网的例子中,假如有1千台设备,设备之间的命令是异步下发的,但是单台设备的命令又是同步的,此时想到的实现方法就是使用分区顺序消费的方法,topic下建立每台设备所属的queue. -- 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]
