rocketmq
rocketmq copied to clipboard
[Enhancement] Add peek API support
Before Creating the Enhancement Request
- [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
Add client API support for PEEK_MESSAGE request.
Motivation
PEEK_MESSAGE is a useful API to get messages from topics using broker-side rebalance.
Currently, we have PeekMessageProcessor to process PEEK_MESSAGE requests. But there is no way to call this API.
Describe the Solution You'd Like
Add client API support for PEEK_MESSAGE request.
Describe Alternatives You've Considered
Nothing
Additional Context
No response
This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs.
This issue was closed because it has been inactive for 3 days since being marked as stale.