You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "HScarb (via GitHub)" <gi...@apache.org> on 2023/05/24 08:39:34 UTC

[GitHub] [rocketmq] HScarb opened a new issue, #6805: [Enhancement] Add peek API support

HScarb opened a new issue, #6805:
URL: https://github.com/apache/rocketmq/issues/6805

   ### 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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org