You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/22 08:55:35 UTC

[GitHub] [pulsar] liangjiangliang edited a comment on issue #12125: Repeated consumption

liangjiangliang edited a comment on issue #12125:
URL: https://github.com/apache/pulsar/issues/12125#issuecomment-924722964


   how to find out the problem ,when we get  Messages<String> msgs
   Iterator it=msgs.iterator();
    while(it.hasNext()){Message<String> msg= (Message<String>) it.next();
   String by = msg.getValue();
    LOG.info("—————表:"+topic+"获取数据_________"+by);
   }
   we find some record print twice.


-- 
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@pulsar.apache.org

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