weibocom / wqs

微博的消息服务中间件。
Other
189 stars 58 forks source link

Every message should be identified #6

Open icycrystal4 opened 8 years ago

icycrystal4 commented 8 years ago

At first glance, message should not IDable, just for in most cases, messages will be consumed sequentially in couple of seconds. There is no need to retrieve message randomly by ID, but ID is still useful in some common reasons:

  1. locate the duplicated messages
  2. issue track.
  3. message may be reordered, ID will help us find out why.
lrita commented 8 years ago

Alpha release will support this feature.