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 2019/03/16 14:17:15 UTC

[GitHub] [rocketmq-client-cpp] githublaohu opened a new issue #111: ResetOffsetRequestHeader exception

githublaohu opened a new issue #111: ResetOffsetRequestHeader exception
URL: https://github.com/apache/rocketmq-client-cpp/issues/111
 
 
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
    Value value;
    ResetOffsetRequestHeader::Decode(value);
   
   - What did you expect to see?
   No exception
   
   - What did you see instead?
   
   The line exception
   
     LOG_INFO("topic:%s, group:%s, timestamp:%lld, isForce:%d,isForce:%s", h->topic.c_str(), h->group.c_str(), h->timestamp, h->isForce, tempValue.asCString());
   
   2. Please tell us about your environment:
   
    - What is your OS?
   ubuntu18.04

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services