maixiaohai opened a new issue #2247:
URL: https://github.com/apache/rocketmq/issues/2247


   **BUG REPORT**
   
   1. Please describe the issue you observed:
   In the deprecated class DefaultMQPullConsumer, we could use 
   ```PullResult pullResult = defaultMQPullConsumer.pull(mq, "*", 
Long.parseLong(offset), 1);```
   to query message by offset.
   While DefaultLitePullConsumer doesn't expose this method, and has compitable 
problem.
   
   2. Please tell us about your environment:
   rmq 4.7.0
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
   Some kind of like issue https://github.com/apache/rocketmq/issues/2245.
   BTW, I'am wondering if the community has plan about class 
**DefaultLitePullConsumer** and **DefaultMQPullConsumer**.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to