-
Notifications
You must be signed in to change notification settings - Fork 220
Consumer should support bulk subscription queue and poll message by offset #51
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
Comments
zongtanghu
added a commit
to zongtanghu/openmessaging-java
that referenced
this issue
May 6, 2019
…ue and poll message by offset .
zongtanghu
added a commit
to zongtanghu/openmessaging-java
that referenced
this issue
May 6, 2019
zongtanghu
added a commit
to zongtanghu/openmessaging-java
that referenced
this issue
May 6, 2019
…onId,offset) in the batchReceive method.
zongtanghu
added a commit
to zongtanghu/openmessaging-java
that referenced
this issue
May 6, 2019
zongtanghu
added a commit
to zongtanghu/openmessaging-java
that referenced
this issue
May 6, 2019
…d batch receive method.
zongtanghu
added a commit
to zongtanghu/openmessaging-java
that referenced
this issue
May 7, 2019
duhenglucky
added a commit
that referenced
this issue
May 7, 2019
[ISSUE #51]Consumer should support bulk subscription queue and poll message by offset
This issue has already been resolved! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、 The Consumer should support pulling the specified message through the queue, partition, and offset parameters.
2、Consumer bulk subscription queue. Such as: consumer.bindQueue (List queueNames);
The text was updated successfully, but these errors were encountered: