You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/22 09:29:18 UTC

[GitHub] [rocketmq] YangJodie commented on issue #4830: mqadmin consumeProgress got 'N/A' in ClientIP column when using DefaultLitePullConsumer(java)

YangJodie commented on issue #4830:
URL: https://github.com/apache/rocketmq/issues/4830#issuecomment-1222095727

   > **BUG REPORT**
   > 
   > 1. Please describe the issue you observed:
   > 
   > * start a DefaultLitePullConsumer same as the example using subscribe mode.
   > * run cmd `mqadmin consumeProgress -g ... -n ... -s true`
   > * expect to see '192.168.x.x@.....' in ClientIP column
   > * I got 'N/A' which DefaultPushConsumer is fine.
   > 
   > 2. Please tell us about your environment:
   >    broker version: 4.9.4
   >    client version: 4.9.4
   > 3. I'm not sure what's going wrong, liteConsumer.getClientIP() getInstanceName() is correct. what should I set to get this work?
   
   DefaultLitePullConsumer/DefaultPullConsumer implement only the functionality necessary for pull message. Consumer managment like offset query or direct push is not available.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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