Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 RocketMq 作为我的应用程序的消息传递层,我需要将创建的主题中的分区设置为一个。RocketMQ中如何设置topic的partition个数?
RocketMQ 没有分区的概念。你需要的是队列号。
只是为了在不同的机器上创建相同的主题,你有不同的分区要写入和读取。