Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every message should be identified #6

Open
icycrystal4 opened this issue Apr 27, 2016 · 1 comment
Open

Every message should be identified #6

icycrystal4 opened this issue Apr 27, 2016 · 1 comment

Comments

@icycrystal4
Copy link
Member

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
Copy link
Collaborator

lrita commented Apr 28, 2016

Alpha release will support this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants