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

Consumer should split into push mode and pull mode #54

Closed
duhenglucky opened this issue May 28, 2019 · 0 comments
Closed

Consumer should split into push mode and pull mode #54

duhenglucky opened this issue May 28, 2019 · 0 comments

Comments

@duhenglucky
Copy link
Member

In the traditional message queue, a consumer can only accept one model to receive a message, either push or pull, the current design is mainly used push model to receive messages, and the pull mode is used for special processing, which currently causes trouble to the user. Therefore, It would be better if we can split the two types consumer.

duhenglucky added a commit that referenced this issue May 29, 2019
[ISSUE #54]Polish consumer and metadata definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants