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/08/10 01:51:57 UTC

[GitHub] [pulsar-client-go] k-pisey commented on issue #583: Reader can not read next coming messages when start with LatestMessageID

k-pisey commented on issue #583:
URL: https://github.com/apache/pulsar-client-go/issues/583#issuecomment-895667112


   Publishing and reading messages happen in a single program attached above, reader was created before producer therefore there is a subscription associated with the given topic, retention was not configured.
   
   Additional to above configuration, to make it clear regarding subscription,  I established a consuming to the given topic via `admin cli` then start the program. I only got messages at consuming terminal.
   
   


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