liangjiangliang commented on issue #12125:
URL: https://github.com/apache/pulsar/issues/12125#issuecomment-924722964
how to find out the problem ,when we get Iterator it=msgs.iterator();
while(it.hasNext()){Message<String> msg= (Message<String>) it.next();
String by = msg.getValue();
LOG.info("—————表:"+topic+"获取数据_________"+by);
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]