-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
NullPointerException when pop message from light message queue #6576
Labels
Comments
Indeed, currently LMQ does not support POP |
HScarb
added a commit
to HScarb/rocketmq
that referenced
this issue
Apr 18, 2023
HScarb
added a commit
to HScarb/rocketmq
that referenced
this issue
Apr 18, 2023
HScarb
added a commit
to HScarb/rocketmq
that referenced
this issue
Apr 28, 2023
HScarb
added a commit
to HScarb/rocketmq
that referenced
this issue
Jun 5, 2023
pingww
pushed a commit
that referenced
this issue
Jun 13, 2023
请问目前LMQ支持POP模式了吗? |
1 similar comment
请问目前LMQ支持POP模式了吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pop message from LMQ will return
messageExt
of the original topic.When building its POP_CK in the client, a NullPointerException will occur in
MQClientAPIImpl#processPopResponse()
.Because LMQ only has 1 queue, but the original topic has several queues, it will cause an error when getting the original topic's msgQueueOffset from LMQ's msgOffsetInfo.
client version: 5.1.0
The text was updated successfully, but these errors were encountered: