0

How to judge whether a topic is orderly or unordered? Can I view it from the RocketMQ-Console? I did not find the relevant documentation.

flower
  • 2,212
  • 3
  • 29
  • 44

1 Answers1

0

messages in topic are orderly once rocketmq stored in commit log, like queue. they will behave differently in orderly-consuming and concurrently-consuming(un-orderly).

let's take java for example: